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 a1b56e6..0013e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.0](https://github.com/binarynoir/callrx/compare/v0.4.0...v0.5.0) (2026-06-11) + + +### Features + +* add shell completion support for callrx ([7db7977](https://github.com/binarynoir/callrx/commit/7db7977c723bf09be0d713b02e2990958cf367f4)) + ## [0.4.0](https://github.com/binarynoir/callrx/compare/v0.3.0...v0.4.0) (2026-06-11) ### Features diff --git a/Cargo.lock b/Cargo.lock index 34bedc6..1d53271 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" [[package]] name = "callrx" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anstream", "clap", diff --git a/Cargo.toml b/Cargo.toml index 54d8b98..e27db73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "callrx" -version = "0.4.0" +version = "0.5.0" edition = "2024" authors = ["John Smith III"] description = "A beautiful CLI tool for amateur radio callsign lookup via the FCC ULS database"