From 43bd5508b84dd1f4992e43d3a4906891ca445f0b Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 27 Aug 2020 05:39:15 +0200 Subject: [PATCH] (cargo-release) version 0.10.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- static/index.html | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db8b9f0bf..f4220c501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [0.10.0] - 2020-08-27 - Add `--exit-after-modules` options which can be used to make genact exit after running that many modules ## [0.9.0] - 2020-08-10 @@ -23,7 +25,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.9.0...HEAD +[Unreleased]: https://github.com/svenstaro/genact/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/svenstaro/genact/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/svenstaro/genact/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/svenstaro/genact/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/svenstaro/proby/compare/0.7.0...v0.8.0 diff --git a/Cargo.lock b/Cargo.lock index 21b34c497..af891be8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ dependencies = [ [[package]] name = "genact" -version = "0.9.1-alpha.0" +version = "0.10.0" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 6ae9ee7bb..1cbe659c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "genact" description = "A nonsense activity generator" -version = "0.9.1-alpha.0" +version = "0.10.0" repository = "https://github.com/svenstaro/genact" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/README.md b/README.md index 0cb452e4f..600d09a28 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ or (on Docker) ### Usage - genact 0.9.0 + genact 0.10.0 Sven-Hendrik Haase A nonsense activity generator diff --git a/static/index.html b/static/index.html index 75c470419..2f348ebe5 100644 --- a/static/index.html +++ b/static/index.html @@ -2,7 +2,7 @@ - genact 0.9.0 + genact 0.10.0