Skip to content

Commit a3eb076

Browse files
authored
release: stac v0.11.0 (#522)
1 parent 24c2fc8 commit a3eb076

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ rustls = { version = "0.23.14", default-features = false }
7373
serde = "1.0"
7474
serde_json = "1.0"
7575
serde_urlencoded = "0.7.1"
76-
stac = { version = "0.10.2", path = "crates/core" }
76+
stac = { version = "0.11.0", path = "crates/core" }
7777
stac-api = { version = "0.6.2", path = "crates/api" }
7878
stac-derive = { version = "0.1.0", path = "crates/derive" }
7979
stac-duckdb = { version = "0.0.2", path = "crates/duckdb" }

crates/core/CHANGELOG.md

+4-1
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.11.0] - 2024-11-12
10+
911
### Added
1012

1113
- `version` ([#476](https://github.com/stac-utils/stac-rs/pull/476))
@@ -406,7 +408,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
406408

407409
Initial release.
408410

409-
[Unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-v0.10.2...main
411+
[Unreleased]: https://github.com/stac-utils/stac-rs/compare/stac-v0.11.0...main
412+
[0.11.0]: https://github.com/stac-utils/stac-rs/compare/stac-v0.10.2...stac-v0.11.0
410413
[0.10.2]: https://github.com/stac-utils/stac-rs/compare/stac-v0.10.1...stac-v0.10.2
411414
[0.10.1]: https://github.com/stac-utils/stac-rs/compare/stac-v0.10.0...stac-v0.10.1
412415
[0.10.0]: https://github.com/stac-utils/stac-rs/compare/stac-v0.9.0...stac-v0.10.0

crates/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stac"
33
description = "Rust library for the SpatioTemporal Asset Catalog (STAC) specification"
4-
version = "0.10.2"
4+
version = "0.11.0"
55
keywords = ["geospatial", "stac", "metadata", "geo"]
66
authors.workspace = true
77
categories.workspace = true

crates/core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To use the library in your project:
1414

1515
```toml
1616
[dependencies]
17-
stac = "0.10"
17+
stac = "0.11"
1818
```
1919

2020
## Examples

0 commit comments

Comments
 (0)