From 622843cdfad20fbb9b6d29434c60638dca3db141 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:06:59 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c93cd..665034a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.0](https://github.com/binarynoir/callrx/compare/v0.7.0...v0.8.0) (2026-07-01) + + +### Features + +* added all available data to results including options for local weather and neighbor results ([e0a9ed5](https://github.com/binarynoir/callrx/commit/e0a9ed583560150ce17e52cc298206eb6dfda445)) +* migrate to callrx-service api ([bdde1f5](https://github.com/binarynoir/callrx/commit/bdde1f5ff0fbe49a88cd73d25bb75ccaa2e294c1)) + ## [0.7.0](https://github.com/binarynoir/callrx/compare/v0.6.0...v0.7.0) (2026-06-11) diff --git a/Cargo.lock b/Cargo.lock index a01bee3..b8ad862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" [[package]] name = "callrx" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anstream", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4e6d53d..440b726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "callrx" -version = "0.7.0" +version = "0.8.0" edition = "2024" authors = ["John Smith III"] description = "A beautiful CLI tool for amateur radio callsign lookup via the FCC ULS database"