Skip to content

Commit

Permalink
chore: release v0.1.2 (#5)
Browse files Browse the repository at this point in the history
* chore: release

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update CHANGELOG.md

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam Harvey <[email protected]>
  • Loading branch information
github-actions[bot] and LawnGnome authored Nov 10, 2023
1 parent 1772833 commit aad5bb0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/rustfoundation/typomania/compare/v0.1.1...v0.1.2) - 2023-11-10

### Fixed
- *(swapped)* limit the number of word permutations

### Other
- update lockfile

## [0.1.1](https://github.com/rustfoundation/typomania/compare/v0.1.0...v0.1.1) - 2023-10-13

### New features

- allow direct extraction of the squatted package

## [0.1.0](https://github.com/rustfoundation/typomania/releases/tag/v0.1.0) - 2023-09-27

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typomania"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = " A toolbox to check for typosquatting in package registries"
keywords = ["typosquatting", "typosquat", "typogard"]
Expand Down

0 comments on commit aad5bb0

Please sign in to comment.