From 0b801f529d399e768ac7c21b213bff33079f476f Mon Sep 17 00:00:00 2001 From: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> Date: Thu, 14 Sep 2023 19:32:39 +0200 Subject: [PATCH] release: 0.9.0 --- 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 fdde899..ab5039d 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.9.0] - 2023-09-14 + ### Added - Handle child process exit, either terminating by signal, or exiting with non-zero status. @@ -204,7 +206,8 @@ _(none)_ - Initial implementation. -[Unreleased]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.8.1...HEAD +[Unreleased]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.6.1...v0.7.0 diff --git a/Cargo.lock b/Cargo.lock index c011bba..82c0149 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,7 +1142,7 @@ dependencies = [ [[package]] name = "showcase-dl" -version = "0.8.1" +version = "0.9.0" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index bdb29b6..306e117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "showcase-dl" -version = "0.8.1" +version = "0.9.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html