Skip to content

Commit 3ebf2c6

Browse files
authored
release: rustac v0.1.1 (#826)
1 parent 68cc708 commit 3ebf2c6

File tree

2 files changed

+42
-34
lines changed

2 files changed

+42
-34
lines changed

crates/cli/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.1.1] - 2025-10-22
10+
11+
### Changed
12+
13+
- Don't write a newline when outputting ndjson ([#824](https://github.com/stac-utils/rustac/pull/824))
14+
915
## [0.1.0] - 2025-07-11
1016

1117
First release as **rustac**.
@@ -15,19 +21,19 @@ First release as **rustac**.
1521
- DuckDB server backend ([#651](https://github.com/stac-utils/rustac/pull/651))
1622
- Crawl ([#756](https://github.com/stac-utils/rustac/pull/756))
1723

18-
## [0.5.3] - 2025-02-20
24+
## [stac-cli 0.5.3] - 2025-02-20
1925

2026
### Added
2127

2228
- Tracing subscriber to get verbosity
2329

24-
## [0.5.2] - 2025-02-20
30+
## [stac-cli 0.5.2] - 2025-02-20
2531

2632
### Removed
2733

2834
- A lot of unused dependencies
2935

30-
## [0.5.1] - 2025-02-19
36+
## [stac-cli 0.5.1] - 2025-02-19
3137

3238
### Changed
3339

@@ -37,25 +43,25 @@ First release as **rustac**.
3743

3844
- **stacrs-cli** (moved to <https://github.com/stac-utils/stacrs>) ([#633](https://github.com/stac-utils/rustac/pull/633))
3945

40-
## [0.5.0] - 2025-01-31
46+
## [stac-cli 0.5.0] - 2025-01-31
4147

4248
### Changed
4349

4450
- Pretty big code refactor and a lot of options ([#607](https://github.com/stac-utils/rustac/pull/607))
4551

46-
## [0.4.1] - 2024-10-22
52+
## [stac-cli 0.4.1] - 2024-10-22
4753

4854
### Changed
4955

5056
- Bump **stac-api** version
5157

52-
## [0.4.0] - 2024-09-19
58+
## [stac-cli 0.4.0] - 2024-09-19
5359

5460
### Added
5561

5662
- Outfile and stream arguments to `items` ([#363](https://github.com/stac-utils/rustac/pull/363))
5763

58-
## [0.3.1] - 2024-09-06
64+
## [stac-cli 0.3.1] - 2024-09-06
5965

6066
### Added
6167

@@ -65,7 +71,7 @@ First release as **rustac**.
6571

6672
- **tokio** panic when validating ([#358](https://github.com/stac-utils/rustac/pull/358))
6773

68-
## [0.3.0] - 2024-09-05
74+
## [stac-cli 0.3.0] - 2024-09-05
6975

7076
### Added
7177

@@ -75,7 +81,7 @@ First release as **rustac**.
7581
- Searching geoparquet files with DuckDB ([#331](https://github.com/stac-utils/rustac/pull/331))
7682
- Python package ([#335](https://github.com/stac-utils/rustac/pull/335))
7783

78-
## [0.2.0] - 2024-08-12
84+
## [stac-cli 0.2.0] - 2024-08-12
7985

8086
### Added
8187

@@ -85,13 +91,13 @@ First release as **rustac**.
8591

8692
- Switch to using structures for command arguments, and move the `execute` methods to those structures ([#285](https://github.com/stac-utils/rustac/pull/285))
8793

88-
## [0.1.0] - 2024-04-29
94+
## [stac-cli 0.1.0] - 2024-04-29
8995

9096
### Added
9197

9298
- `stac serve` ([#244](https://github.com/stac-utils/rustac/pull/244))
9399

94-
## [0.0.8] - 2024-04-22
100+
## [stac-cli 0.0.8] - 2024-04-22
95101

96102
### Added
97103

@@ -101,21 +107,21 @@ First release as **rustac**.
101107

102108
- Re-organized the CLI code architecture ([#243](https://github.com/stac-utils/rustac/pull/243))
103109

104-
## [0.0.7] - 2024-04-11
110+
## [stac-cli 0.0.7] - 2024-04-11
105111

106112
### Added
107113

108114
- `stac validate` can take from stdin ([#236](https://github.com/stac-utils/rustac/pull/236))
109115
- `stac item` to create items ([#237](https://github.com/stac-utils/rustac/pull/237))
110116
- The `gdal` feature ([#232](https://github.com/stac-utils/rustac/pull/232))
111117

112-
## [0.0.6] - 2023-10-18
118+
## [stac-cli 0.0.6] - 2023-10-18
113119

114120
### Added
115121

116122
- Validation for the collections endpoint ([#208](https://github.com/stac-utils/rustac/pull/208))
117123

118-
## [0.0.5] - 2023-10-11
124+
## [stac-cli 0.0.5] - 2023-10-11
119125

120126
### Added
121127

@@ -126,13 +132,13 @@ First release as **rustac**.
126132

127133
- Downloading (use [stac-asset](https://github.com/stac-utils/stac-asset) instead) ([#194](https://github.com/stac-utils/rustac/pull/194))
128134

129-
## [0.0.4] - 2023-10-09
135+
## [stac-cli 0.0.4] - 2023-10-09
130136

131137
### Changed
132138

133139
- Better error messages for `stac validate` ([#190](https://github.com/stac-utils/rustac/pull/190))
134140

135-
## [0.0.3] - 2023-04-04
141+
## [stac-cli 0.0.3] - 2023-04-04
136142

137143
Moved over from [stac-incubator-rs](https://github.com/gadomski/stac-incubator-rs) ([#142](https://github.com/stac-utils/rustac/pull/142))
138144

@@ -141,22 +147,24 @@ Moved over from [stac-incubator-rs](https://github.com/gadomski/stac-incubator-r
141147
- Downloading ([#142](https://github.com/stac-utils/rustac/pull/142), [#152](https://github.com/stac-utils/rustac/pull/152))
142148
- Validation ([#155](https://github.com/stac-utils/rustac/pull/155))
143149

144-
[Unreleased]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.5.3..main
145-
[0.5.3]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.5.2..stac-cli-v0.5.3
146-
[0.5.2]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.5.1..stac-cli-v0.5.2
147-
[0.5.1]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.5.0..stac-cli-v0.5.1
148-
[0.5.0]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.4.1..stac-cli-v0.5.0
149-
[0.4.1]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.4.0..stac-cli-v0.4.1
150-
[0.4.0]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.3.1..stac-cli-v0.4.0
151-
[0.3.1]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.3.0..stac-cli-v0.3.1
152-
[0.3.0]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.2.0..stac-cli-v0.3.0
153-
[0.2.0]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.1.0..stac-cli-v0.2.0
154-
[0.1.0]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.8..stac-cli-v0.1.0
155-
[0.0.8]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.7..stac-cli-v0.0.8
156-
[0.0.7]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.6..stac-cli-v0.0.7
157-
[0.0.6]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.5..stac-cli-v0.0.6
158-
[0.0.5]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.4..stac-cli-v0.0.5
159-
[0.0.4]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.3..stac-cli-v0.0.4
160-
[0.0.3]: https://github.com/stac-utils/rustac/tree/stac-cli-v0.0.3
150+
[Unreleased]: https://github.com/stac-utils/rustac/compare/rustac-v0.1.1..main
151+
[0.1.1]: https://github.com/stac-utils/rustac/compare/rustac-v0.1.0..rustac-v0.1.1
152+
[0.1.0]: https://github.com/stac-utils/rustac/tree/rustac-v0.1.0
153+
[stac-cli 0.5.3]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.5.2..stac-cli-v0.5.3
154+
[stac-cli 0.5.2]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.5.1..stac-cli-v0.5.2
155+
[stac-cli 0.5.1]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.5.0..stac-cli-v0.5.1
156+
[stac-cli 0.5.0]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.4.1..stac-cli-v0.5.0
157+
[stac-cli 0.4.1]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.4.0..stac-cli-v0.4.1
158+
[stac-cli 0.4.0]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.3.1..stac-cli-v0.4.0
159+
[stac-cli 0.3.1]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.3.0..stac-cli-v0.3.1
160+
[stac-cli 0.3.0]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.2.0..stac-cli-v0.3.0
161+
[stac-cli 0.2.0]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.1.0..stac-cli-v0.2.0
162+
[stac-cli 0.1.0]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.8..stac-cli-v0.1.0
163+
[stac-cli 0.0.8]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.7..stac-cli-v0.0.8
164+
[stac-cli 0.0.7]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.6..stac-cli-v0.0.7
165+
[stac-cli 0.0.6]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.5..stac-cli-v0.0.6
166+
[stac-cli 0.0.5]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.4..stac-cli-v0.0.5
167+
[stac-cli 0.0.4]: https://github.com/stac-utils/rustac/compare/stac-cli-v0.0.3..stac-cli-v0.0.4
168+
[stac-cli 0.0.3]: https://github.com/stac-utils/rustac/tree/stac-cli-v0.0.3
161169

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

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

0 commit comments

Comments
 (0)