Skip to content

Commit d0e29e3

Browse files
authored
release: v0.8.4 (#168)
1 parent 74d9544 commit d0e29e3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [0.8.4] - 2025-10-22
9+
810
### Fixed
911

1012
- 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.
253255

254256
Initial release.
255257

256-
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.8.3...main
258+
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.8.4...main
259+
[0.8.4]: https://github.com/stac-utils/rustac-py/compare/v0.8.3...v0.8.4
257260
[0.8.3]: https://github.com/stac-utils/rustac-py/compare/v0.8.2...v0.8.3
258261
[0.8.2]: https://github.com/stac-utils/rustac-py/compare/v0.8.1...v0.8.2
259262
[0.8.1]: https://github.com/stac-utils/rustac-py/compare/v0.8.0...v0.8.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustac-py"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2024"
55
publish = false
66

0 commit comments

Comments
 (0)