Skip to content

Commit

Permalink
Release v0.4.0 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelacruzb authored Dec 21, 2023
1 parent 60e3ddf commit 0e26465
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.0] - 2023-12-21

### Enhancements
- Update raster-loader to generate new Raster and Metadata table format (#116)
- Add pixel_resolution, rename block_resolution (#123)

### Bug Fixes
- fix: metadata field pixel_resolution as an integer and not allow zooms over 26 (#124, #125)

## [0.3.3] - 2023-10-30

### Bug Fixes
Expand All @@ -13,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.3.2] - 2023-09-15

### Enhancements

- Add append option to skip check (#114)

## [0.3.1] - 2023-04-21
Expand Down Expand Up @@ -58,7 +66,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2023-01-05

### Added

- raster_loader module
- rasterio_to_bigquery function
- bigquery_to_records function
Expand Down

0 comments on commit 0e26465

Please sign in to comment.