Skip to content

Commit 564eac6

Browse files
chore(main): release 0.9.3 (#218)
🤖 I have created a release *beep* *boop* --- ## [0.9.3](v0.9.2...v0.9.3) (2026-01-06) ### Features * add collections to parquet metadata ([#208](#208)) ([617ecca](617ecca)) * normalize datetimes when searching ([#202](#202)) ([a1b5660](a1b5660)) ### Bug Fixes * split cargo dependencies ([#195](#195)) ([14919bb](14919bb)) ### Dependencies * bump a few ([#190](#190)) ([f2c6816](f2c6816)) --- 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 5eb51e9 commit 564eac6

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.2"
2+
".": "0.9.3"
33
}

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.3](https://github.com/stac-utils/rustac-py/compare/v0.9.2...v0.9.3) (2026-01-06)
7+
8+
9+
### Features
10+
11+
* add collections to parquet metadata ([#208](https://github.com/stac-utils/rustac-py/issues/208)) ([617ecca](https://github.com/stac-utils/rustac-py/commit/617ecca449c187b1d2bda4e49294f82f48d439e1))
12+
* normalize datetimes when searching ([#202](https://github.com/stac-utils/rustac-py/issues/202)) ([a1b5660](https://github.com/stac-utils/rustac-py/commit/a1b5660432886f6448cb15981be11fe4a5f02c32))
13+
14+
15+
### Bug Fixes
16+
17+
* split cargo dependencies ([#195](https://github.com/stac-utils/rustac-py/issues/195)) ([14919bb](https://github.com/stac-utils/rustac-py/commit/14919bb981edeaffdd28b9580dc8e09bb9ff5196))
18+
19+
20+
### Dependencies
21+
22+
* bump a few ([#190](https://github.com/stac-utils/rustac-py/issues/190)) ([f2c6816](https://github.com/stac-utils/rustac-py/commit/f2c6816649465c568b5313729b61bb1bfd42ee61))
23+
624
## [0.10.0](https://github.com/stac-utils/rustac-py/compare/v0.9.2...v0.10.0) (2026-01-06)
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.2"
3+
version = "0.9.3"
44
edition = "2024"
55
publish = false
66

0 commit comments

Comments
 (0)