From 740f534492f3160c02ff02a4284dbfa7019fff85 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Tue, 13 Sep 2022 04:53:52 +0200 Subject: [PATCH] (cargo-release) version 1.1.0 --- 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 2dc8069f4..099cb8444 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.0] - 2022-09-13 - Use musl binaries inside container image - Add julia module [#392](https://github.com/svenstaro/genact/pull/392) (thanks @FedoricoStra) - Fix wasm version @@ -47,7 +49,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.0.2...HEAD +[Unreleased]: https://github.com/svenstaro/genact/compare/v1.1.0...HEAD +[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 [1.0.0]: https://github.com/svenstaro/genact/compare/v0.12.0...v1.0.0 diff --git a/Cargo.lock b/Cargo.lock index 17bd5f92d..2cead42fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "genact" -version = "1.0.2" +version = "1.1.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 4553e7c9c..e2d448dc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "genact" description = "A nonsense activity generator" -version = "1.0.2" +version = "1.1.0" repository = "https://github.com/svenstaro/genact" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/README.md b/README.md index 545494549..02f8abca4 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ or (on Docker) ### Usage - genact 1.0.2 + genact 1.1.0 Sven-Hendrik Haase A nonsense activity generator diff --git a/index.html b/index.html index 2e4c0967f..f61d3fae5 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - genact 1.0.2 + genact 1.1.0