diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 831b9c4..eb937cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/binarynoir/callrx/compare/v0.3.0...v0.4.0) (2026-06-11) + + +### Features + +* update README to include demo GIF and remove text demo ([d4dba5a](https://github.com/binarynoir/callrx/commit/d4dba5a6cf88484b2c3e5b397a08bb75971dc507)) + ## [0.3.0](https://github.com/binarynoir/callrx/compare/v0.2.0...v0.3.0) (2026-06-11) diff --git a/Cargo.lock b/Cargo.lock index babccab..e88af23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" [[package]] name = "callrx" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anstream", "clap", diff --git a/Cargo.toml b/Cargo.toml index 84e3f3e..f169783 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "callrx" -version = "0.3.0" +version = "0.4.0" edition = "2024" authors = ["John Smith III"] description = "A beautiful CLI tool for amateur radio callsign lookup via the FCC ULS database"