Skip to content

Commit 62deaab

Browse files
committed
v0.3.1
1 parent df88db0 commit 62deaab

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,28 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Added
1111

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+
1234
- Support for enums and GeoParquet structs
1335
- `fiboa convert`: Allow data of the GeoDataFrame or individual columns to be changed via custom functions
1436

fiboa_cli/version.py

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

0 commit comments

Comments
 (0)