From 231b3ddf54e6276c63b450de459f082a3e1d2651 Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:59:48 +0200 Subject: [PATCH] release: 0.11.1 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a870c6..a676530 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1] - 2023-10-21 + ### Fixed - Keep rendering while waiting for child processes to shut down. @@ -238,7 +240,8 @@ _(none)_ - Initial implementation. -[Unreleased]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.11.1...HEAD +[0.11.1]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.11.0...v0.11.1 [0.11.0]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.8.1...v0.9.0 diff --git a/Cargo.lock b/Cargo.lock index c684c0f..f358a13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1229,7 +1229,7 @@ dependencies = [ [[package]] name = "showcase-dl" -version = "0.11.0" +version = "0.11.1" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index b37594a..2f1472f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "showcase-dl" -version = "0.11.0" +version = "0.11.1" edition = "2021" publish = false