From 6e9ec187f19b979011d7fb260e2c779ca5c87ac7 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 13 Sep 2022 12:31:22 +0200 Subject: [PATCH] (cargo-release) version 1.1.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- index.html | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e14627c5..9254007f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.1.1] - 2022-09-13 - Fixed julia module logo in web version [#400](https://github.com/svenstaro/genact/pull/392) (thanks @FedericoStra) - Update deps @@ -51,7 +53,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.1.0...HEAD +[Unreleased]: https://github.com/svenstaro/genact/compare/v1.1.1...HEAD +[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 [1.0.2]: https://github.com/svenstaro/genact/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/svenstaro/genact/compare/v1.0.0...v1.0.1 diff --git a/Cargo.lock b/Cargo.lock index 41cd62dbf..337419372 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "genact" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index c4256d30e..29e05df92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "genact" description = "A nonsense activity generator" -version = "1.1.0" +version = "1.1.1" repository = "https://github.com/svenstaro/genact" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/README.md b/README.md index 02f8abca4..8155e7808 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ or (on Docker) ### Usage - genact 1.1.0 + genact 1.1.1 Sven-Hendrik Haase A nonsense activity generator diff --git a/index.html b/index.html index f61d3fae5..ac8fac152 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - genact 1.1.0 + genact 1.1.1