Skip to content

Commit de6a1de

Browse files
committed
release: rustac v0.1.0
1 parent f6351a1 commit de6a1de

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

crates/cli/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.0] - 2025-07-11
10+
11+
First release as **rustac**.
12+
913
### Added
1014

1115
- DuckDB server backend ([#651](https://github.com/stac-utils/rustac/pull/651))

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

0 commit comments

Comments
 (0)