Skip to content

Commit 68cc708

Browse files
authored
release: stac v0.13.2 (#825)
1 parent b79a0d3 commit 68cc708

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.2] - 2025-10-22
10+
911
### Fixed
1012

1113
- Deconstruct item collections when writing ndjson ([#824](https://github.com/stac-utils/rustac/pull/824))
@@ -467,7 +469,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
467469

468470
Initial release.
469471

470-
[Unreleased]: https://github.com/stac-utils/rustac/compare/stac-v0.13.1...main
472+
[Unreleased]: https://github.com/stac-utils/rustac/compare/stac-v0.13.2...main
473+
[0.13.2]: https://github.com/stac-utils/rustac/compare/stac-v0.13.1...stac-v0.13.2
471474
[0.13.1]: https://github.com/stac-utils/rustac/compare/stac-v0.13.0...stac-v0.13.1
472475
[0.13.0]: https://github.com/stac-utils/rustac/compare/stac-v0.12.0...stac-v0.13.0
473476
[0.12.0]: https://github.com/stac-utils/rustac/compare/stac-v0.11.1...stac-v0.12.0

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.1"
4+
version = "0.13.2"
55
keywords = ["geospatial", "stac", "metadata", "geo"]
66
authors.workspace = true
77
categories.workspace = true

0 commit comments

Comments
 (0)