Skip to content

Commit ad30aaf

Browse files
authored
release: stac-io v0.1.1 (#813)
1 parent 05438ae commit ad30aaf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

crates/io/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.1] - 2025-09-23
10+
11+
Bump dependencies.
12+
913
## [0.1.0] - 2025-07-10
1014

1115
Initial release
1216

13-
[unreleased]: https://github.com/stac-utils/rustac/compare/stac-io-v0.1.0...main
17+
[unreleased]: https://github.com/stac-utils/rustac/compare/stac-io-v0.1.1...main
18+
[0.1.1]: https://github.com/stac-utils/rustac/compare/stac-io-v0.1.0...stac-io-v0.1.1
1419
[0.1.0]: https://github.com/stac-utils/rustac/releases/tag/stac-io-v0.1.0
1520

1621
<!-- markdownlint-disable-file MD024 -->

crates/io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stac-io"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Input and output (I/O) for the SpatioTemporal Asset Catalog (STAC)"
55
authors.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)