diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..f1c1e58 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8751512..d506ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0](https://github.com/sounak98/betterstack-cli/compare/v0.4.0...v0.5.0) (2026-03-07) + + +### Features + +* add `bs sources` top-level subcommand ([#15](https://github.com/sounak98/betterstack-cli/issues/15)) ([6b4f489](https://github.com/sounak98/betterstack-cli/commit/6b4f489751f5bb4ee5b2457505d6c47c1e800d14)) +* add shell completions subcommand ([#16](https://github.com/sounak98/betterstack-cli/issues/16)) ([926f59f](https://github.com/sounak98/betterstack-cli/commit/926f59fc96d8174851a3d4e19f14040016881ab8)) + ## [0.4.0](https://github.com/sounak98/betterstack-cli/compare/v0.3.0...v0.4.0) (2026-03-06) diff --git a/Cargo.lock b/Cargo.lock index 6a79e85..d62f91f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,7 +97,7 @@ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" [[package]] name = "bs-cli" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 592ec3a..6bb163c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bs-cli" -version = "0.4.0" +version = "0.5.0" edition = "2024" description = "Fast, AI-friendly CLI for Better Stack" license = "MIT"