diff --git a/CHANGELOG.md b/CHANGELOG.md index 83be41540..95503b101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.0.0] - 2022-09-07 - Add a bunch more extensions and file formats - Add rkhunter module [#381](https://github.com/svenstaro/genact/pull/381) @@ -34,7 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Rewrite web version using wasm-bindgen -[Unreleased]: https://github.com/svenstaro/genact/compare/v0.12.0...HEAD +[Unreleased]: https://github.com/svenstaro/genact/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/svenstaro/genact/compare/v0.12.0...v1.0.0 [0.12.0]: https://github.com/svenstaro/genact/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/svenstaro/genact/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/svenstaro/genact/compare/v0.9.0...v0.10.0 diff --git a/Cargo.lock b/Cargo.lock index fab155371..3d0424fbf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -488,7 +488,7 @@ dependencies = [ [[package]] name = "genact" -version = "0.12.0" +version = "1.0.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index a5d04ad4d..b5cd75160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "genact" description = "A nonsense activity generator" -version = "0.12.0" +version = "1.0.0" repository = "https://github.com/svenstaro/genact" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/README.md b/README.md index 3558cc1c9..c990c7571 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ or (on Docker) ### Usage - genact 0.12.0 + genact 1.0.0 Sven-Hendrik Haase A nonsense activity generator diff --git a/index.html b/index.html index 409bc1ce1..b14c9f808 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - genact 0.12.0 + genact 1.0.0