Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jul 25, 2024
1 parent 53962e9 commit afeda89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.6.0] - 2024-07-25

### Added

- Added a `SHORT_NAME` variable to the converter template
Expand All @@ -30,14 +32,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Upgraded to geopandas 1.0.0, which migrates from fiona to pyogrio for data loading
- The EuroCrops converters (prefix: `ec_`) use the HCAT fiboa extension

### Deprecated

- ...

### Removed

- ...

### Fixed

- Fixed schema issue for the `tk10` column in `de_bb` converter
Expand Down Expand Up @@ -291,7 +285,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.5.0...main>
[Unreleased]: <https://github.com/fiboa/cli/compare/v0.6.0...main>
[v0.6.0]: <https://github.com/fiboa/cli/compare/v0.5.0...v0.6.0>
[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>
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.5.0"
__version__ = "0.6.0"
fiboa_version = "0.2.0"

0 comments on commit afeda89

Please sign in to comment.