From 6a851f189111bfa567fc4863d78e25defe594b76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 23:27:36 +0000 Subject: [PATCH] chore(main): release 0.9.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 02f17d9..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b5664f0..4ff5978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.0](https://github.com/binarynoir/callrx/compare/v0.8.1...v0.9.0) (2026-07-02) + + +### Features + +* add grid square, NWS alerts, band plan, and lat/lon cache ([a904d0c](https://github.com/binarynoir/callrx/commit/a904d0ce47f5a10168878ef2b136163fc7f5be3e)) + ## [0.8.1](https://github.com/binarynoir/callrx/compare/v0.8.0...v0.8.1) (2026-07-01) diff --git a/Cargo.lock b/Cargo.lock index de5ab69..ec5a92d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,7 +96,7 @@ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" [[package]] name = "callrx" -version = "0.8.1" +version = "0.9.0" dependencies = [ "anstream", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6a655fb..103a72e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "callrx" -version = "0.8.1" +version = "0.9.0" edition = "2024" authors = ["John Smith III"] description = "A beautiful CLI tool for amateur radio callsign lookup via the FCC ULS database"