From f2fd6b558cd7e9dcca07c2a1f7c09f574b4ca36d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:53:07 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1c1e58..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0013e5b..ced18a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/binarynoir/callrx/compare/v0.5.0...v0.6.0) (2026-06-11) + + +### Features + +* implement local caching with SQLite for callsign lookups ([e0416b3](https://github.com/binarynoir/callrx/commit/e0416b3c471c2d3de829e3419887ea2f0cf822d7)) + ## [0.5.0](https://github.com/binarynoir/callrx/compare/v0.4.0...v0.5.0) (2026-06-11) diff --git a/Cargo.lock b/Cargo.lock index efb2066..8a77c3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" [[package]] name = "callrx" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anstream", "clap", diff --git a/Cargo.toml b/Cargo.toml index 70e11e8..c5b9b06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "callrx" -version = "0.5.0" +version = "0.6.0" edition = "2024" authors = ["John Smith III"] description = "A beautiful CLI tool for amateur radio callsign lookup via the FCC ULS database"