diff --git a/CHANGELOG.md b/CHANGELOG.md index d55a0dfc5..812c74ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.3.0] - 2023-12-10 - Fix undeterministically ordered module list [#528](https://github.com/svenstaro/genact/pull/528) (thanks @VergeDX) - Implement `--instant-print-lines` argument [#583](https://github.com/svenstaro/genact/pull/583) (thanks @josherrickson) @@ -65,7 +67,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.2...HEAD +[Unreleased]: https://github.com/svenstaro/genact/compare/v1.3.0...HEAD +[1.3.0]: https://github.com/svenstaro/genact/compare/v1.2.2...v1.3.0 [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 diff --git a/Cargo.lock b/Cargo.lock index 4817177fa..775f33ced 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -616,7 +616,7 @@ dependencies = [ [[package]] name = "genact" -version = "1.2.2" +version = "1.3.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 89941b1f3..4c4478a2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "genact" description = "A nonsense activity generator" -version = "1.2.2" +version = "1.3.0" repository = "https://github.com/svenstaro/genact" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/index.html b/index.html index 332ac137d..6b715263c 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - genact 1.2.2 + genact 1.3.0