Skip to content

Commit 3e46367

Browse files
chore(rustac): release v0.2.5 (#941)
## 🤖 New release * `rustac`: 0.2.4 -> 0.2.5 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.2.5](rustac-v0.2.4...rustac-v0.2.5) - 2026-01-21 ### Added - add a collection command ([#940](#940)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: stac-utils-release-bot[bot] <249776822+stac-utils-release-bot[bot]@users.noreply.github.com>
1 parent f6bce95 commit 3e46367

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

crates/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.5](https://github.com/stac-utils/rustac/compare/rustac-v0.2.4...rustac-v0.2.5) - 2026-01-21
8+
9+
### Added
10+
11+
- add a collection command ([#940](https://github.com/stac-utils/rustac/pull/940))
12+
713
## [0.2.4](https://github.com/stac-utils/rustac/compare/rustac-v0.2.3...rustac-v0.2.4) - 2026-01-20
814

915
### Other

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustac"
33
description = "Command line interface for rustac"
4-
version = "0.2.4"
4+
version = "0.2.5"
55
keywords = ["geospatial", "stac", "metadata", "geo", "raster"]
66
authors.workspace = true
77
edition.workspace = true

0 commit comments

Comments
 (0)