We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df88db0 commit 62deaabCopy full SHA for 62deaab
CHANGELOG.md
@@ -9,6 +9,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
### Added
11
12
+- ...
13
+
14
+### Changed
15
16
17
18
+### Deprecated
19
20
21
22
+### Removed
23
24
25
26
+### Fixed
27
28
29
30
+## [v0.3.1] - 2024-04-11
31
32
+### Added
33
34
- Support for enums and GeoParquet structs
35
- `fiboa convert`: Allow data of the GeoDataFrame or individual columns to be changed via custom functions
36
fiboa_cli/version.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.3.0"
+__version__ = "0.3.1"
2
fiboa_version = "0.2.0"
0 commit comments