From 6be90754bea4927f5dbc791d8065b844318e3a53 Mon Sep 17 00:00:00 2001 From: elasticdog <4742+elasticdog@users.noreply.github.com> Date: Fri, 6 Feb 2026 19:32:56 +0000 Subject: [PATCH] Release spellout v0.3.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb73871..51627c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog][1], and this project adheres to ## [Unreleased] +## [0.3.0] - 2026-02-06 + ### Added - Add a sorted accessor for `PhoneticConverter` mappings. @@ -61,7 +63,8 @@ The format is based on [Keep a Changelog][1], and this project adheres to -[Unreleased]: https://github.com/EarthmanMuons/spellout/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/EarthmanMuons/spellout/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/EarthmanMuons/spellout/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/EarthmanMuons/spellout/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/EarthmanMuons/spellout/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/EarthmanMuons/spellout/commits/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 5f0bff6..c05c48d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "spellout" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index e0f4847..024b2ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*", "xtask/"] resolver = "3" [workspace.package] -version = "0.2.1" +version = "0.3.0" edition = "2024" rust-version = "1.91" description = "Convert characters into spelling alphabet code words"