diff --git a/CHANGELOG.md b/CHANGELOG.md index 1feb862..200049b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/rustfoundation/typomania/compare/v0.2.0...v0.2.1) - 2026-06-18 + +### Other + +- *(deps)* update actions/checkout action to v7 ([#27](https://github.com/rustfoundation/typomania/pull/27)) + ## [0.2.0](https://github.com/rustfoundation/typomania/compare/v0.1.2...v0.2.0) - 2026-06-12 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 33e2421..73de0cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,7 +924,7 @@ dependencies = [ [[package]] name = "typomania" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bitflip", "clap", diff --git a/Cargo.toml b/Cargo.toml index 97e19b7..4eed79c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typomania" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = " A toolbox to check for typosquatting in package registries" keywords = ["typosquatting", "typosquat", "typogard"]