From ef42c5099b22235474b6dce9d971e98a8c529372 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 10 Oct 2022 06:11:11 +0200 Subject: [PATCH] (cargo-release) version 1.2.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- index.html | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e23b5657a..b8e60bbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.2.1] - 2022-10-10 - Enable multiple parallel decryptions to run in bruteforce [#414](https://github.com/svenstaro/genact/pull/414) (thanks @equal-l2) ## [1.2.0] - 2022-10-09 @@ -57,7 +59,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Rewrite web version using wasm-bindgen -[Unreleased]: https://github.com/svenstaro/genact/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/svenstaro/genact/compare/v1.2.1...HEAD +[1.2.1]: https://github.com/svenstaro/genact/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/svenstaro/genact/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/svenstaro/genact/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/svenstaro/genact/compare/v1.0.2...v1.1.0 diff --git a/Cargo.lock b/Cargo.lock index 2986bf14e..044b0a8bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,7 @@ dependencies = [ [[package]] name = "genact" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 5a7ff650e..6d750d792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "genact" description = "A nonsense activity generator" -version = "1.2.0" +version = "1.2.1" repository = "https://github.com/svenstaro/genact" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/index.html b/index.html index f3149b401..67210eb6e 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - genact 1.2.0 + genact 1.2.1