diff --git a/CHANGELOG.md b/CHANGELOG.md index 3060d59f5..23f14e807 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.2] - 2022-10-10 - Add manpage printing via `--print-manpage` - Add completions printing via `--print-completions` @@ -61,7 +63,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.1...HEAD +[Unreleased]: https://github.com/svenstaro/genact/compare/v1.2.2...HEAD +[1.2.2]: https://github.com/svenstaro/genact/compare/v1.2.1...v1.2.2 [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 diff --git a/Cargo.lock b/Cargo.lock index b0808bb21..69b3bcd1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "genact" -version = "1.2.1" +version = "1.2.2" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 7eb9f8f7e..aadb09c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "genact" description = "A nonsense activity generator" -version = "1.2.1" +version = "1.2.2" repository = "https://github.com/svenstaro/genact" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/index.html b/index.html index 67210eb6e..332ac137d 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - genact 1.2.1 + genact 1.2.2