Skip to content

Commit 7903f56

Browse files
authored
release: v0.8.0 (#134)
1 parent d058ad1 commit 7903f56

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.8.0] - 2025-05-13
9+
810
### Added
911

1012
- `rustac.store` ([#127](https://github.com/stac-utils/rustac-py/pull/127))
13+
- More linux wheels ([#132](https://github.com/stac-utils/rustac-py/pull/132))
1114

1215
### Removed
1316

14-
- `options` from `read` and `write` ([#127](https://github.com/stac-utils/rustac-py/pull/127))
17+
- `options` from `read`, `write`, and `search_to` ([#127](https://github.com/stac-utils/rustac-py/pull/127), [#130](https://github.com/stac-utils/rustac-py/pull/130))
1518

1619
## [0.7.2] - 2025-05-05
1720

@@ -223,7 +226,8 @@ Non-functional release to fix releasing from Github actions.
223226

224227
Initial release.
225228

226-
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.7.2...main
229+
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.8.0...main
230+
[0.8.0]: https://github.com/stac-utils/rustac-py/compare/v0.7.2...v0.8.0
227231
[0.7.2]: https://github.com/stac-utils/rustac-py/compare/v0.7.1...v0.7.2
228232
[0.7.1]: https://github.com/stac-utils/rustac-py/compare/v0.7.0...v0.7.1
229233
[0.7.0]: https://github.com/stac-utils/rustac-py/compare/v0.6.0...v0.7.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7.2"
3+
version = "0.8.0"
44
edition = "2024"
55
publish = false
66

0 commit comments

Comments
 (0)