Skip to content

Commit ab92999

Browse files
chore(main): release 0.9.11 (#276)
🤖 I have created a release *beep* *boop* --- ## [0.9.11](v0.9.10...v0.9.11) (2026-05-05) ### Features * bump duckdb-extensions to v1.5.1 ([#275](#275)) ([9faaaa9](9faaaa9)) * enable windows and macos in CI ([#282](#282)) ([f0bd4bf](f0bd4bf)), closes [#1](#1) ### Bug Fixes * release-as for duckdb-extensions ([#283](#283)) ([10f0ba0](10f0ba0)) ### Dependencies * remove patch versions ([#281](#281)) ([0c31c9a](0c31c9a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: stac-utils-release-bot[bot] <249776822+stac-utils-release-bot[bot]@users.noreply.github.com> Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
1 parent 5031c8f commit ab92999

3 files changed

Lines changed: 20 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.5.1-0"
44
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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+
### Bug Fixes
16+
17+
* release-as for duckdb-extensions ([#283](https://github.com/stac-utils/rustac-py/issues/283)) ([10f0ba0](https://github.com/stac-utils/rustac-py/commit/10f0ba06850fe8970dc5b397f0f6df81f782ec0f))
18+
19+
20+
### Dependencies
21+
22+
* remove patch versions ([#281](https://github.com/stac-utils/rustac-py/issues/281)) ([0c31c9a](https://github.com/stac-utils/rustac-py/commit/0c31c9a0e8b51f5d961ab8eb0e54605b1edd4318))
23+
624
## [0.9.10](https://github.com/stac-utils/rustac-py/compare/v0.9.9...v0.9.10) (2026-04-22)
725

826

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)