File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
6
6
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 `
8
8
9
- ## [ unreleased ]
9
+ ## [ 1.0.0 ] - 2023-07-24
10
10
11
11
### Fixed
12
12
@@ -31,7 +31,7 @@ Note: Minor version `0.X.0` update might break the API, It's recommanded to pin
31
31
FeatureCollection[Feature[Geometry, Properties]]
32
32
```
33
33
34
- * raise `ValueError ` in `geomtries .parse_geometry_obj` instead of `ValidationError`
34
+ * raise `ValueError ` in `geometries .parse_geometry_obj` instead of `ValidationError`
35
35
36
36
```python
37
37
# before
@@ -342,7 +342,8 @@ Although the type file was added in `0.2.0` it wasn't included in the distribute
342
342
# ## Added
343
343
- Initial Release
344
344
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
346
347
[0.6 .3]: https:// github.com/ developmentseed/ geojson- pydantic/ compare/ 0.6 .2... 0.6 .3
347
348
[0.6 .2]: https:// github.com/ developmentseed/ geojson- pydantic/ compare/ 0.6 .1... 0.6 .2
348
349
[0.6 .1]: https:// github.com/ developmentseed/ geojson- pydantic/ compare/ 0.6 .0... 0.6 .1
You can’t perform that action at this time.
0 commit comments