Skip to content

Commit 7771831

Browse files
authored
release: stac-server v0.3.2 (#520)
Also release stac-types
1 parent 6568f74 commit 7771831

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ stac = { version = "0.10.2", path = "crates/core" }
7777
stac-api = { version = "0.6.1", path = "crates/api" }
7878
stac-derive = { version = "0.1.0", path = "crates/derive" }
7979
stac-duckdb = { version = "0.0.2", path = "crates/duckdb" }
80-
stac-server = { version = "0.3.1", path = "crates/server" }
80+
stac-server = { version = "0.3.2", path = "crates/server" }
8181
stac-types = { version = "0.1.0", path = "crates/types" }
8282
syn = "2.0"
8383
tempfile = "3.13"

crates/server/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.2] - 2024-11-12
10+
911
### Added
1012

1113
- Filter extension for **pgstac** backend ([#519](https://github.com/stac-utils/stac-rs/pull/519))
1214

13-
## [0.3.1] - 2024.09-19
15+
## [0.3.1] - 2024-09-19
1416

1517
### Changed
1618

@@ -55,7 +57,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5557

5658
Initial release.
5759

58-
[Unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.3.1..main
60+
[Unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.3.2..main
61+
[0.3.2]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.3.1..stac-server-v0.3.2
5962
[0.3.1]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.3.0..stac-server-v0.3.1
6063
[0.3.0]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.2.0..stac-server-v0.3.0
6164
[0.2.0]: https://github.com/stac-utils/stac-rs/compare/stac-server-v0.1.1..stac-server-v0.2.0

crates/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stac-server"
33
description = "SpatioTemporal Asset Catalog (STAC) API server"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
keywords = ["geospatial", "stac", "metadata", "geo", "server"]
66
categories = ["science", "data-structures"]
77
edition.workspace = true

0 commit comments

Comments
 (0)