From 730ddadcdb554457a81f11816087164602bc11b4 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sat, 10 Sep 2022 01:22:15 +0200 Subject: [PATCH] (cargo-release) version 1.0.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 ad60e6e80..545c0154a 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.1] - 2022-09-09 - Update deps - Fix Docker Hub image publishing @@ -38,7 +40,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.0...HEAD +[Unreleased]: https://github.com/svenstaro/genact/compare/v1.0.1...HEAD +[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 [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 diff --git a/Cargo.lock b/Cargo.lock index 6a95b5099..2e952ac44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -418,7 +418,7 @@ dependencies = [ [[package]] name = "genact" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 02d82bbd9..50efc5f24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "genact" description = "A nonsense activity generator" -version = "1.0.0" +version = "1.0.1" repository = "https://github.com/svenstaro/genact" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/README.md b/README.md index c990c7571..472bda4da 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ or (on Docker) ### Usage - genact 1.0.0 + genact 1.0.1 Sven-Hendrik Haase A nonsense activity generator diff --git a/index.html b/index.html index 2dd0559df..bede706b1 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - genact 1.0.0 + genact 1.0.1