Skip to content

Commit d349c46

Browse files
committed
release: stac-server v0.3.5
1 parent de6a1de commit d349c46

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

crates/server/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.5] - 2025-07-11
10+
911
### Added
1012

1113
- DuckDB backend ([#651](https://github.com/stac-utils/rustac/pull/651))
@@ -71,7 +73,8 @@ Bump axum dependency.
7173

7274
Initial release.
7375

74-
[Unreleased]: https://github.com/stac-utils/rustac/compare/stac-server-v0.3.4..main
76+
[Unreleased]: https://github.com/stac-utils/rustac/compare/stac-server-v0.3.5..main
77+
[0.3.5]: https://github.com/stac-utils/rustac/compare/stac-server-v0.3.4..stac-server-v0.3.5
7578
[0.3.4]: https://github.com/stac-utils/rustac/compare/stac-server-v0.3.3..stac-server-v0.3.4
7679
[0.3.3]: https://github.com/stac-utils/rustac/compare/stac-server-v0.3.2..stac-server-v0.3.3
7780
[0.3.2]: https://github.com/stac-utils/rustac/compare/stac-server-v0.3.1..stac-server-v0.3.2

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.4"
4+
version = "0.3.5"
55
keywords = ["geospatial", "stac", "metadata", "geo", "server"]
66
categories = ["science", "data-structures"]
77
edition.workspace = true

0 commit comments

Comments
 (0)