diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 955bc4cc..7083e0b6 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.2.0] - 2024-10-19 + ### Added - `version` ([#476](https://github.com/stac-utils/stac-rs/pull/476)) @@ -63,7 +65,8 @@ Non-functional release to fix releasing from Github actions. Initial release. -[Unreleased]: https://github.com/stac-utils/stac-rs/compare/python-v0.1.3...main +[Unreleased]: https://github.com/stac-utils/stac-rs/compare/python-v0.2.0...main +[0.2.0]: https://github.com/stac-utils/stac-rs/compare/python-v0.1.3...python-v0.2.0 [0.1.3]: https://github.com/stac-utils/stac-rs/compare/python-v0.1.2...python-v0.1.3 [0.1.2]: https://github.com/stac-utils/stac-rs/compare/python-v0.1.1...python-v0.1.2 [0.1.1]: https://github.com/stac-utils/stac-rs/compare/python-v0.1.0...python-v0.1.1 diff --git a/python/Cargo.toml b/python/Cargo.toml index 004e38c9..0e505848 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "python" description = "Python bindings for stac-rs" -version = "0.1.3" +version = "0.2.0" authors.workspace = true license.workspace = true homepage.workspace = true