Skip to content

Commit 3948a7c

Browse files
authored
release: v0.9.1 (#183)
1 parent 92c841a commit 3948a7c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
strategy:
9292
matrix:
9393
platform:
94-
- runner: macos-13
94+
- runner: macos-15-intel
9595
target: x86_64
9696
- runner: macos-14
9797
target: aarch64

CHANGELOG.md

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

66
## [Unreleased]
77

8+
## [0.9.1]
9+
10+
### Added
11+
12+
- Write **stac-geoparquet** to an object store ([#182](https://github.com/stac-utils/rustac-py/pull/182))
13+
814
## [0.9.0]
915

1016
### Added
@@ -265,7 +271,8 @@ Non-functional release to fix releasing from Github actions.
265271

266272
Initial release.
267273

268-
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.9.0...main
274+
[Unreleased]: https://github.com/stac-utils/rustac-py/compare/v0.9.1...main
275+
[0.9.1]: https://github.com/stac-utils/rustac-py/compare/v0.9.0...v0.9.1
269276
[0.9.0]: https://github.com/stac-utils/rustac-py/compare/v0.8.4...v0.9.0
270277
[0.8.4]: https://github.com/stac-utils/rustac-py/compare/v0.8.3...v0.8.4
271278
[0.8.3]: https://github.com/stac-utils/rustac-py/compare/v0.8.2...v0.8.3

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

0 commit comments

Comments
 (0)