@@ -9,17 +9,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Added
11
11
12
- - Command to validate the fiboa schemas (` fiboa validate-schema ` )
13
- - Command to create GeoJSON from GeoParquet (` fiboa create-geojson ` )
14
- - Converter for Schleswig Holstein, Germany (` de_sh ` )
15
- - Converter for Lower Saxony, Germany (` de_nds ` )
12
+ - ...
16
13
17
14
### Changed
18
15
19
- - Renamed ` fiboa create ` to ` fiboa create-geoparquet `
20
- - The ` --collection ` parameter is not needed anylonger if the collection can be
21
- read directly from the GeoJSON files
22
- (` fiboa ` property or link with relation type ` collection ` )
16
+ - ...
23
17
24
18
### Deprecated
25
19
@@ -31,6 +25,26 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
31
25
32
26
### Fixed
33
27
28
+ - ...
29
+
30
+ ## [ v0.3.0] - 2024-04-10
31
+
32
+ ### Added
33
+
34
+ - Command to validate the fiboa schemas (` fiboa validate-schema ` )
35
+ - Command to create GeoJSON from GeoParquet (` fiboa create-geojson ` )
36
+ - Converter for Schleswig Holstein, Germany (` de_sh ` )
37
+ - Converter for Lower Saxony, Germany (` de_nds ` )
38
+
39
+ ### Changed
40
+
41
+ - Renamed ` fiboa create ` to ` fiboa create-geoparquet `
42
+ - The ` --collection ` parameter is not needed anylonger if the collection can be
43
+ read directly from the GeoJSON files
44
+ (` fiboa ` property or link with relation type ` collection ` )
45
+
46
+ ### Fixed
47
+
34
48
- Several minor improvements for the conversion process
35
49
36
50
## [ v0.2.1] - 2024-04-02
@@ -100,7 +114,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
100
114
101
115
- First release
102
116
103
- [ Unreleased ] : < https://github.com/radiantearth/stac-spec/compare/v0.2.1...main >
117
+ [ Unreleased ] : < https://github.com/radiantearth/stac-spec/compare/v0.3.0...main >
118
+ [ v0.3.0 ] : < https://github.com/radiantearth/stac-spec/compare/v0.2.1...v0.3.0 >
104
119
[ v0.2.1 ] : < https://github.com/radiantearth/stac-spec/compare/v0.2.0...v0.2.1 >
105
120
[ v0.2.0 ] : < https://github.com/radiantearth/stac-spec/compare/v0.1.1...v0.2.0 >
106
121
[ v0.1.1 ] : < https://github.com/radiantearth/stac-spec/compare/v0.1.0...v0.1.1 >
0 commit comments