Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2] - 2026-07-11

### Fixed

- `decibri play` no longer hangs if the output device is lost mid-playback or when Ctrl+C arrives while playback backpressure is applied; it now stops promptly and, on device loss, exits 4 with a clear message.
Expand Down Expand Up @@ -76,7 +78,8 @@ Stable release of the same feature set as `0.1.0-alpha.1`. No functional changes
- SLSA provenance attestations on every release binary via GitHub Actions.
- `SHA256SUMS` manifest attached to every release for integrity verification.

[Unreleased]: https://github.com/decibri/decibri-cli/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/decibri/decibri-cli/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/decibri/decibri-cli/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/decibri/decibri-cli/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/decibri/decibri-cli/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/decibri/decibri-cli/releases/tag/v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "decibri-cli"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
rust-version = "1.88"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion npm/decibri-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decibri-cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "Cross-platform CLI for audio capture, playback, and device management. Zero runtime dependencies.",
"bin": {
"decibri": "./bin/decibri"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ expression: parsed
{
"audio_backend": "[backend]",
"decibri": "5.0.0",
"decibri_cli": "0.2.1",
"decibri_cli": "0.2.2",
"rust_version": "[rust_version]",
"target": "[target]"
}