Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jun 17, 2024
1 parent aa605f2 commit 7023bf5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 10 deletions.
35 changes: 26 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- ...

### Changed

- ...

### Deprecated

- ...

### Removed

- ...

### Fixed

- ...

## [v0.5.0] - 2024-06-17

### Added

- Basic support for `patternProperties` in GeoParquet creation
- The converter template accepts multiple input URLs
- Added parameter to explode multipolygons to polygons (`explode_multipolygon`, default: `False`)
Expand All @@ -22,15 +44,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed

- The `--cache` option for the `convert` command asks for a folder instead of a file
- The `cache_file` parameter in converters has been renamed to `cache` (requires changes in the converter templates)
- The converter template allows for more detailed source information

### Deprecated

- ...

### Removed

- ...
- The `URI` constant in the template was renamed to `SOURCES` (requires changes in the converter templates)

### Fixed

Expand Down Expand Up @@ -259,7 +275,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- First release

[Unreleased]: <https://github.com/fiboa/cli/compare/v0.4.0...main>
[Unreleased]: <https://github.com/fiboa/cli/compare/v0.5.0...main>
[v0.5.0]: <https://github.com/fiboa/cli/compare/v0.4.0...v0.5.0>
[v0.4.0]: <https://github.com/fiboa/cli/compare/v0.3.10...v0.4.0>
[v0.3.10]: <https://github.com/fiboa/cli/compare/v0.3.9...v0.3.10>
[v0.3.9]: <https://github.com/fiboa/cli/compare/v0.3.8...v0.3.9>
Expand Down
2 changes: 1 addition & 1 deletion fiboa_cli/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.4.0"
__version__ = "0.5.0"
fiboa_version = "0.2.0"

0 comments on commit 7023bf5

Please sign in to comment.