diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d39c7..0497598 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.10.0] - 2023-09-19 + ### Added - Add experimental support for Vimeo events. @@ -217,7 +219,8 @@ _(none)_ - Initial implementation. -[Unreleased]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/LeoniePhiline/showcase-dl/compare/v0.10.0...HEAD +[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 [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 diff --git a/Cargo.lock b/Cargo.lock index c6e5927..92b5a3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1226,7 +1226,7 @@ dependencies = [ [[package]] name = "showcase-dl" -version = "0.9.0" +version = "0.10.0" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index d33c599..d01e408 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "showcase-dl" -version = "0.9.0" +version = "0.10.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html