Skip to content

Commit 285d672

Browse files
chore(main): release 0.9.13 (#309)
🤖 I have created a release *beep* *boop* --- ## [0.9.13](v0.9.12...v0.9.13) (2026-06-25) ### Features * search retries ([#308](#308)) ([7696da6](7696da6)), closes [#296](#296) ### Bug Fixes * duckdb datetime searching ([#311](#311)) ([254ac09](254ac09)) --- 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>
1 parent 254ac09 commit 285d672

3 files changed

Lines changed: 14 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.12",
2+
".": "0.9.13",
33
"duckdb-extensions": "1.5.1-0"
44
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.13](https://github.com/stac-utils/rustac-py/compare/v0.9.12...v0.9.13) (2026-06-25)
7+
8+
9+
### Features
10+
11+
* search retries ([#308](https://github.com/stac-utils/rustac-py/issues/308)) ([7696da6](https://github.com/stac-utils/rustac-py/commit/7696da6f85876427ef454cb8f1f6b8b27ab6cb52)), closes [#296](https://github.com/stac-utils/rustac-py/issues/296)
12+
13+
14+
### Bug Fixes
15+
16+
* duckdb datetime searching ([#311](https://github.com/stac-utils/rustac-py/issues/311)) ([254ac09](https://github.com/stac-utils/rustac-py/commit/254ac09ac34be08467a420f2107f7d8dafb11497))
17+
618
## [0.9.12](https://github.com/stac-utils/rustac-py/compare/v0.9.11...v0.9.12) (2026-06-23)
719

820

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.12"
3+
version = "0.9.13"
44
edition = "2024"
55
description = "pyo3 bindings for the rustac family of crates"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)