diff --git a/Cargo.lock b/Cargo.lock index ca2245a..5f0bff6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -338,7 +338,7 @@ checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa" [[package]] name = "spellabet" -version = "0.3.0" +version = "0.3.1" dependencies = [ "convert_case", "insta", diff --git a/crates/spellabet/CHANGELOG.md b/crates/spellabet/CHANGELOG.md index edb98d9..2ad3b44 100644 --- a/crates/spellabet/CHANGELOG.md +++ b/crates/spellabet/CHANGELOG.md @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog][1], and this project adheres to ## [Unreleased] +## [0.3.1] - 2026-02-06 + ### Fixed - Correct the crate license metadata to reflect 0BSD. @@ -62,7 +64,9 @@ The format is based on [Keep a Changelog][1], and this project adheres to [Unreleased]: - https://github.com/EarthmanMuons/spellout/compare/spellabet-v0.3.0...HEAD + https://github.com/EarthmanMuons/spellout/compare/spellabet-v0.3.1...HEAD +[0.3.1]: + https://github.com/EarthmanMuons/spellout/compare/spellabet-v0.3.0...spellabet-v0.3.1 [0.3.0]: https://github.com/EarthmanMuons/spellout/compare/spellabet-v0.2.0...spellabet-v0.3.0 [0.2.0]: diff --git a/crates/spellabet/Cargo.toml b/crates/spellabet/Cargo.toml index bc23014..f5dcd02 100644 --- a/crates/spellabet/Cargo.toml +++ b/crates/spellabet/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "spellabet" -version = "0.3.0" +version = "0.3.1" edition.workspace = true rust-version.workspace = true description = "Convert characters into spelling alphabet code words" -documentation = "https://docs.rs/spellabet/0.3.0/spellabet/" +documentation = "https://docs.rs/spellabet/0.3.1/spellabet/" readme = "README.md" homepage = "https://github.com/EarthmanMuons/spellout/tree/main/crates/spellabet" repository = "https://github.com/EarthmanMuons/spellout/tree/main/crates/spellabet" diff --git a/crates/spellabet/README.md b/crates/spellabet/README.md index e82e8ce..ccfc217 100644 --- a/crates/spellabet/README.md +++ b/crates/spellabet/README.md @@ -4,7 +4,7 @@ [![CI status](https://img.shields.io/github/actions/workflow/status/EarthmanMuons/spellout/on-pull-request.yml?event=merge_group&label=ci&logo=github)](https://github.com/EarthmanMuons/spellout/actions?query=event%3Amerge_group) [![crates.io](https://img.shields.io/crates/v/spellabet)](https://crates.io/crates/spellabet/) -[![docs.rs](https://img.shields.io/docsrs/spellabet)](https://docs.rs/spellabet/0.3.0/spellabet/) +[![docs.rs](https://img.shields.io/docsrs/spellabet)](https://docs.rs/spellabet/0.3.1/spellabet/) [![MSRV](https://img.shields.io/badge/rust-1.91%2B-blue)](https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field) --- @@ -34,7 +34,7 @@ To use the crate, add it as dependency in your `Cargo.toml` file: ```toml [dependencies] -spellabet = "0.3.0" +spellabet = "0.3.1" ``` ### Example