From f98fa01dd011afc732c490d1d93e334138c38f1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:04:50 +0000 Subject: [PATCH] chore: release v0.2.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"]