Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed May 9, 2024
1 parent fa38de9 commit bc5ca95
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

- Converter for EuroCrops France dataset
- `fiboa create-geojson`: Show conversion progress
- `fiboa jsonschema` and `fiboa validate`: Support `geometryTypes` for `geometry` data type in GeoJSON
- `fiboa validate`:
- Basic validation for objects, geometries and bounding boxes in GeoParquet files
- ...

### Changed

Expand All @@ -29,6 +25,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed

- ...

## [v0.4.0] - 2024-05-10

### Added

- Converter for EuroCrops France dataset
- `fiboa create-geojson`: Show conversion progress
- `fiboa jsonschema` and `fiboa validate`: Support `geometryTypes` for `geometry` data type in GeoJSON
- `fiboa validate`:
- Basic validation for objects, geometries and bounding boxes in GeoParquet files

### Fixed

- `fiboa validate-schema`: The `-m` option is applied correctly if `$schema` is present in schema
- `fiboa validate` and `fiboa validate-schema`: Don't stop validation after the first file.
- `fiboa validate`:
Expand Down Expand Up @@ -239,7 +249,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- First release

[Unreleased]: <https://github.com/fiboa/cli/compare/v0.3.9...main>
[Unreleased]: <https://github.com/fiboa/cli/compare/v0.4.0...main>
[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>
[v0.3.8]: <https://github.com/fiboa/cli/compare/v0.3.7...v0.3.8>
[v0.3.7]: <https://github.com/fiboa/cli/compare/v0.3.6...v0.3.7>
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.3.10"
__version__ = "0.4.0"
fiboa_version = "0.2.0"

0 comments on commit bc5ca95

Please sign in to comment.