Skip to content

Commit 971ac32

Browse files
committed
update changelog
1 parent 306029a commit 971ac32

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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] - 2023-05-09
9+
10+
No change since 0.6.0a0
11+
812
## [0.6.0a0] - 2023-04-04
913

1014
### Added
@@ -268,7 +272,8 @@ Although the type file was added in `0.2.0` it wasn't included in the distribute
268272
### Added
269273
- Initial Release
270274

271-
[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.0a...HEAD
275+
[unreleased]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.0...HEAD
276+
[0.6.0]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.0a...0.6.0
272277
[0.6.0a]: https://github.com/developmentseed/geojson-pydantic/compare/0.5.0...0.6.0a
273278
[0.5.0]: https://github.com/developmentseed/geojson-pydantic/compare/0.4.3...0.5.0
274279
[0.4.3]: https://github.com/developmentseed/geojson-pydantic/compare/0.4.2...0.4.3

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To run the tests, first install the package in a virtual environment:
55
```sh
66
virtualenv venv
77
source venv/bin/activate
8-
pip install -e '.[test]'
8+
python -m pip install -e '.[test]'
99
```
1010

1111
You can then run the tests with the following command:

0 commit comments

Comments
 (0)