Skip to content

Commit deca6d1

Browse files
committed
update changelog
1 parent a383467 commit deca6d1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [0.6.0] - TBD
8+
## [0.6.0a0] - 2023-04-04
99

1010
### Added
1111

@@ -29,14 +29,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2929

3030
- Add has_z function to Geometries (author @eseglem, https://github.com/developmentseed/geojson-pydantic/pull/103)
3131
- Add optional bbox to geometries. (author @eseglem, https://github.com/developmentseed/geojson-pydantic/pull/108)
32-
- Add support for nested GeometryCollection and a corresponding warning. (author @eseglem, https://github.com/developmentseed/geojson-pydantic/pull/111)
32+
- Add support for nested GeometryCollection and a corresponding warning. (author @eseglem, https://github.com/developmentseed/geojson-pydantic/pull/111)
3333

3434
### Changed
3535

3636
- Refactor and simplify WKT construction (author @eseglem, https://github.com/developmentseed/geojson-pydantic/pull/97)
3737
- Support empty geometry coordinates (author @eseglem, https://github.com/developmentseed/geojson-pydantic/pull/100)
3838
- Refactored `__geo_interface__` to be a Mixin which returns `self.dict` (author @eseglem, https://github.com/developmentseed/geojson-pydantic/pull/105)
39-
- GeometryCollection containing a single geometry or geometries of only one type will now produce a warning. (author @eseglem, https://github.com/developmentseed/geojson-pydantic/pull/111)
39+
- GeometryCollection containing a single geometry or geometries of only one type will now produce a warning. (author @eseglem, https://github.com/developmentseed/geojson-pydantic/pull/111)
4040

4141
### Fixed
4242

@@ -268,7 +268,8 @@ Although the type file was added in `0.2.0` it wasn't included in the distribute
268268
### Added
269269
- Initial Release
270270

271-
[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/0.5.0...HEAD
271+
[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.0a...HEAD
272+
[0.6.0a]: https://github.com/developmentseed/geojson-pydantic/compare/0.5.0...0.6.0a
272273
[0.5.0]: https://github.com/developmentseed/geojson-pydantic/compare/0.4.3...0.5.0
273274
[0.4.3]: https://github.com/developmentseed/geojson-pydantic/compare/0.4.2...0.4.3
274275
[0.4.2]: https://github.com/developmentseed/geojson-pydantic/compare/0.4.1...0.4.2

0 commit comments

Comments
 (0)