Skip to content

Commit f2a314d

Browse files
committed
release date
1 parent ee30adf commit f2a314d

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
@@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7-
Note: Minor version `0.X.0` update might break the API, It's recommanded to pin geojson-pydantic to minor version: `geojson-pydantic>=0.6,<0.7`
7+
Note: Minor version `0.X.0` update might break the API, It's recommended to pin geojson-pydantic to minor version: `geojson-pydantic>=0.6,<0.7`
88

9-
## [unreleased]
9+
## [1.0.0] - 2023-07-24
1010

1111
### Fixed
1212

@@ -31,7 +31,7 @@ Note: Minor version `0.X.0` update might break the API, It's recommanded to pin
3131
FeatureCollection[Feature[Geometry, Properties]]
3232
```
3333

34-
* raise `ValueError` in `geomtries.parse_geometry_obj` instead of `ValidationError`
34+
* raise `ValueError` in `geometries.parse_geometry_obj` instead of `ValidationError`
3535

3636
```python
3737
# before
@@ -342,7 +342,8 @@ Although the type file was added in `0.2.0` it wasn't included in the distribute
342342
### Added
343343
- Initial Release
344344

345-
[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.3...HEAD
345+
[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/1.0.0...HEAD
346+
[1.0.0]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.3...1.0.0
346347
[0.6.3]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.2...0.6.3
347348
[0.6.2]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.1...0.6.2
348349
[0.6.1]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.0...0.6.1

0 commit comments

Comments
 (0)