diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcd0522..e7ca613 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ced18a8..f1c93cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/binarynoir/callrx/compare/v0.6.0...v0.7.0) (2026-06-11) + + +### Features + +* add lookup history feature with caching support ([ff52598](https://github.com/binarynoir/callrx/commit/ff525981105ccb9d6590821b8dd4489e1acf57c1)) + ## [0.6.0](https://github.com/binarynoir/callrx/compare/v0.5.0...v0.6.0) (2026-06-11) diff --git a/Cargo.lock b/Cargo.lock index 0f0639a..a01bee3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" [[package]] name = "callrx" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anstream", "clap", diff --git a/Cargo.toml b/Cargo.toml index 41cc394..4e6d53d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "callrx" -version = "0.6.0" +version = "0.7.0" edition = "2024" authors = ["John Smith III"] description = "A beautiful CLI tool for amateur radio callsign lookup via the FCC ULS database"