Skip to content

Commit 7cba15d

Browse files
committed
v0.3.3
1 parent 045d5c0 commit 7cba15d

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1313

1414
### Changed
1515

16-
- Update converters for Germany to use the flik extension
16+
- ...
1717

1818
### Deprecated
1919

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

2626
### Fixed
2727

28+
- ...
29+
30+
## [v0.3.3] - 2024-04-12
31+
32+
### Changed
33+
34+
- Update converters for Germany to use the flik extension
35+
36+
### Fixed
37+
2838
- Provide more details in data validation messages
2939
- Fix issue with `get_pyarrow_type_for_geopandas`
3040
- Fix missing schemas issue for AT converter
@@ -138,7 +148,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
138148

139149
- First release
140150

141-
[Unreleased]: <https://github.com/fiboa/cli/compare/v0.3.2...main>
151+
[Unreleased]: <https://github.com/fiboa/cli/compare/v0.3.3...main>
152+
[v0.3.3]: <https://github.com/fiboa/cli/compare/v0.3.2...v0.3.3>
142153
[v0.3.2]: <https://github.com/fiboa/cli/compare/v0.3.1...v0.3.2>
143154
[v0.3.1]: <https://github.com/fiboa/cli/compare/v0.3.0...v0.3.1>
144155
[v0.3.0]: <https://github.com/fiboa/cli/compare/v0.2.1...v0.3.0>

fiboa_cli/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.3.2"
1+
__version__ = "0.3.3"
22
fiboa_version = "0.2.0"

0 commit comments

Comments
 (0)