diff --git a/CHANGELOG.md b/CHANGELOG.md index 835c959..8218a7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/rustfoundation/typomania/compare/v0.1.2...v0.1.3) - 2023-11-10 + +### Other +- run release-plz each commit + ## [0.1.2](https://github.com/rustfoundation/typomania/compare/v0.1.1...v0.1.2) - 2023-11-10 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 7006ed0..5764fe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "typomania" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bitflip", "clap", diff --git a/Cargo.toml b/Cargo.toml index 9ae4967..341afd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typomania" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = " A toolbox to check for typosquatting in package registries" keywords = ["typosquatting", "typosquat", "typogard"]