Skip to content

Commit 956acf9

Browse files
committed
release(python): v0.1.3
1 parent fff5fe5 commit 956acf9

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

python/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.1.3] - 2024-10-17
10+
11+
### Added
12+
13+
- Experimental DuckDB 🦆 search on **stac-geoparquet** files ([#458](https://github.com/stac-utils/stac-rs/pull/458))
14+
915
## [0.1.2] - 2024-09-22
1016

1117
### Changed
@@ -45,12 +51,13 @@ Non-functional release to fix releasing from Github actions.
4551

4652
Initial release.
4753

48-
[Unreleased]: https://github.com/stac-utils/stac-rs/compare/python-v0.1.2...main
54+
[Unreleased]: https://github.com/stac-utils/stac-rs/compare/python-v0.1.3...main
55+
[0.1.3]: https://github.com/stac-utils/stac-rs/compare/python-v0.1.2...python-v0.1.3
4956
[0.1.2]: https://github.com/stac-utils/stac-rs/compare/python-v0.1.1...python-v0.1.2
5057
[0.1.1]: https://github.com/stac-utils/stac-rs/compare/python-v0.1.0...python-v0.1.1
5158
[0.1.0]: https://github.com/stac-utils/stac-rs/compare/python-v0.0.3...python-v0.1.0
5259
[0.0.3]: https://github.com/stac-utils/stac-rs/compare/python-v0.0.2...python-v0.0.3
5360
[0.0.2]: https://github.com/stac-utils/stac-rs/compare/python-v0.0.1...python-v0.0.2
5461
[0.0.1]: https://github.com/stac-utils/stac-rs/releases/tag/python-v0.0.1
5562

56-
<!-- markdownlint-disable-file MD024 -->
63+
<!-- markdownlint-disable-file MD024 -->

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Python bindings for stac-rs"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/stac-utils/stac-rs"
66
homepage = "https://github.com/stac-utils/stac-rs"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
edition = "2021"
99
publish = false
1010

0 commit comments

Comments
 (0)