diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c330e..137f6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 16.08.2024 + ### Added - Respect root `.version` file for game version parsing @@ -41,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.1...next +[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.1.0...next +[1.1.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.1...1.1.0 [1.0.1]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/an-anime-team/sleepy-launcher/releases/tag/1.0.0 diff --git a/Cargo.lock b/Cargo.lock index 246702f..5135e40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2496,7 +2496,7 @@ dependencies = [ [[package]] name = "sleepy-launcher" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9abc0f7..59be111 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sleepy-launcher" -version = "1.0.1" +version = "1.1.0" description = "Sleepy launcher" -authors = ["Nikita Podvirnyy "] +authors = ["Nikita Podvirnyi "] homepage = "https://github.com/an-anime-team/sleepy-launcher" repository = "https://github.com/an-anime-team/sleepy-launcher" license = "GPL-3.0"