Skip to content

Commit 9060dd8

Browse files
authored
release: stac-v0.13.1 (#810)
1 parent cf3f102 commit 9060dd8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

crates/core/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.13.1] - 2025-09-23
10+
911
### Changed
1012

1113
- Don't set geo metadata for `proj:geometry` ([#808](https://github.com/stac-utils/rustac/pull/808))
@@ -461,7 +463,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
461463

462464
Initial release.
463465

464-
[Unreleased]: https://github.com/stac-utils/rustac/compare/stac-v0.13.0...main
466+
[Unreleased]: https://github.com/stac-utils/rustac/compare/stac-v0.13.1...main
467+
[0.13.1]: https://github.com/stac-utils/rustac/compare/stac-v0.13.0...stac-v0.13.1
465468
[0.13.0]: https://github.com/stac-utils/rustac/compare/stac-v0.12.0...stac-v0.13.0
466469
[0.12.0]: https://github.com/stac-utils/rustac/compare/stac-v0.11.1...stac-v0.12.0
467470
[0.11.1]: https://github.com/stac-utils/rustac/compare/stac-v0.11.0...stac-v0.11.1

crates/core/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"
33
description = "Rust library for the SpatioTemporal Asset Catalog (STAC) specification"
4-
version = "0.13.0"
4+
version = "0.13.1"
55
keywords = ["geospatial", "stac", "metadata", "geo"]
66
authors.workspace = true
77
categories.workspace = true

0 commit comments

Comments
 (0)