Skip to content

Commit d93a9ae

Browse files
chore(main): release 0.9.11
1 parent f0bd4bf commit d93a9ae

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.9.10",
2+
".": "0.9.11",
33
"duckdb-extensions": "1.4.4-0"
44
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [0.9.11](https://github.com/stac-utils/rustac-py/compare/v0.9.10...v0.9.11) (2026-05-05)
7+
8+
9+
### Features
10+
11+
* bump duckdb-extensions to v1.5.1 ([#275](https://github.com/stac-utils/rustac-py/issues/275)) ([9faaaa9](https://github.com/stac-utils/rustac-py/commit/9faaaa913366d3bd2302f2c8e46b974c7ce01aa1))
12+
* enable windows and macos in CI ([#282](https://github.com/stac-utils/rustac-py/issues/282)) ([f0bd4bf](https://github.com/stac-utils/rustac-py/commit/f0bd4bf6dc500937c859263159ea8e6d5d1a1e6d)), closes [#1](https://github.com/stac-utils/rustac-py/issues/1)
13+
14+
15+
### Dependencies
16+
17+
* remove patch versions ([#281](https://github.com/stac-utils/rustac-py/issues/281)) ([0c31c9a](https://github.com/stac-utils/rustac-py/commit/0c31c9a0e8b51f5d961ab8eb0e54605b1edd4318))
18+
619
## [0.9.10](https://github.com/stac-utils/rustac-py/compare/v0.9.9...v0.9.10) (2026-04-22)
720

821

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

0 commit comments

Comments
 (0)