Skip to content

Commit 8c9e55b

Browse files
rossarmstrongRoss Armstrong
andauthored
chore: release 0.2.1 (#30)
- Cargo.toml, npm/decibri-cli/package.json: 0.2.0 -> 0.2.1 so the crate and npm packages publish together through trusted publishing (0.2.0 published to crates.io only). No functional change. - Cargo.lock: refresh decibri-cli to 0.2.1 - CHANGELOG.md: 0.2.1 entry - tests/snapshots: version snapshot value updated to 0.2.1 (field set unchanged; schema still locked) Co-authored-by: Ross Armstrong <hello@decibri.com>
1 parent 3ff36f5 commit 8c9e55b

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [0.2.1] - 2026-07-11
13+
14+
### Changed
15+
16+
- Release plumbing only: republish 0.2.0's content under 0.2.1 so the crate and npm packages ship together through trusted publishing. No functional change from 0.2.0.
17+
1218
## [0.2.0] - 2026-07-11
1319

1420
### Added
@@ -66,7 +72,8 @@ Stable release of the same feature set as `0.1.0-alpha.1`. No functional changes
6672
- SLSA provenance attestations on every release binary via GitHub Actions.
6773
- `SHA256SUMS` manifest attached to every release for integrity verification.
6874

69-
[Unreleased]: https://github.com/decibri/decibri-cli/compare/v0.2.0...HEAD
75+
[Unreleased]: https://github.com/decibri/decibri-cli/compare/v0.2.1...HEAD
76+
[0.2.1]: https://github.com/decibri/decibri-cli/compare/v0.2.0...v0.2.1
7077
[0.2.0]: https://github.com/decibri/decibri-cli/compare/v0.1.0...v0.2.0
7178
[0.1.0]: https://github.com/decibri/decibri-cli/releases/tag/v0.1.0
7279
[0.1.0-alpha.1]: https://github.com/decibri/decibri-cli/releases/tag/v0.1.0-alpha.1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "decibri-cli"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.88"
66
license = "Apache-2.0"

npm/decibri-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decibri-cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Cross-platform CLI for audio capture, playback, and device management. Zero runtime dependencies.",
55
"bin": {
66
"decibri": "./bin/decibri"

tests/snapshots/version_snapshot__version_json_schema_locked.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ expression: parsed
55
{
66
"audio_backend": "[backend]",
77
"decibri": "5.0.0",
8-
"decibri_cli": "0.2.0",
8+
"decibri_cli": "0.2.1",
99
"rust_version": "[rust_version]",
1010
"target": "[target]"
1111
}

0 commit comments

Comments
 (0)