diff --git a/CHANGELOG.md b/CHANGELOG.md index d969a63..d9542d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [0.8.4] - 2025-10-22 + ### Fixed - Deconstruct item collections when writing ndjson ([#167](https://github.com/stac-utils/rustac-py/pull/167)) @@ -253,7 +255,8 @@ Non-functional release to fix releasing from Github actions. Initial release. -[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.8.3...main +[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.8.4...main +[0.8.4]: https://github.com/stac-utils/rustac-py/compare/v0.8.3...v0.8.4 [0.8.3]: https://github.com/stac-utils/rustac-py/compare/v0.8.2...v0.8.3 [0.8.2]: https://github.com/stac-utils/rustac-py/compare/v0.8.1...v0.8.2 [0.8.1]: https://github.com/stac-utils/rustac-py/compare/v0.8.0...v0.8.1 diff --git a/Cargo.toml b/Cargo.toml index f0aa60f..bad2592 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustac-py" -version = "0.8.3" +version = "0.8.4" edition = "2024" publish = false