Skip to content

Commit 853936b

Browse files
committed
release: pgstac v0.2.2
1 parent a3eb076 commit 853936b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ object_store = "0.11.0"
6363
openssl = { version = "0.10.68", features = ["vendored"] }
6464
openssl-src = "=300.3.1" # joinked from https://github.com/iopsystems/rpc-perf/commit/705b290d2105af6f33150da04b217422c6d68701#diff-2e9d962a08321605940b5a657135052fbcef87b5e360662bb527c96d9a615542R41 to cross-compile Python
6565
parquet = { version = "52.2", default-features = false }
66-
pgstac = { version = "0.2.1", path = "crates/pgstac" }
66+
pgstac = { version = "0.2.2", path = "crates/pgstac" }
6767
pyo3 = "0.22.3"
6868
pythonize = "0.22.0"
6969
quote = "1.0"

crates/pgstac/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.2.2] - 2024-11-12
10+
11+
Bump dependencies.
12+
913
## [0.2.1] - 2024-09-19
1014

1115
### Changed
@@ -71,7 +75,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7175

7276
Initial release
7377

74-
[unreleased]: https://github.com/stac-utils/stac-rs/compare/pgstac-v0.2.0...HEAD
78+
[unreleased]: https://github.com/stac-utils/stac-rs/compare/pgstac-v0.2.2...HEAD
79+
[0.2.2]: https://github.com/stac-utils/stac-rs/compare/pgstac-v0.2.1..pgstac-v0.2.2
80+
[0.2.1]: https://github.com/stac-utils/stac-rs/compare/pgstac-v0.2.0..pgstac-v0.2.1
7581
[0.2.0]: https://github.com/stac-utils/stac-rs/compare/pgstac-v0.1.2..pgstac-v0.2.0
7682
[0.1.2]: https://github.com/stac-utils/stac-rs/compare/pgstac-v0.1.1..pgstac-v0.1.2
7783
[0.1.1]: https://github.com/stac-utils/stac-rs/compare/pgstac-v0.1.0..pgstac-v0.1.1

crates/pgstac/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pgstac"
33
description = "Rust interface for pgstac"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
keywords = ["geospatial", "stac", "metadata", "raster", "database"]
66
categories = ["database", "data-structures", "science"]
77
authors.workspace = true

0 commit comments

Comments
 (0)