From 9ae6f181d6876a3a4544e41552fc30c86acc15ab Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Fri, 5 Jul 2024 22:21:30 +0200 Subject: [PATCH] 1.0.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 467c743..12bc9ce 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.0.1] - 05.07.2024 + ### Fixed - Fixed infinite updates loop on minor game patches (notably 1.0.1) @@ -22,5 +24,6 @@ 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.0...next +[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.1...next +[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 83b2a26..8a7f9c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2496,7 +2496,7 @@ dependencies = [ [[package]] name = "sleepy-launcher" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b5e5d58..0824fcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sleepy-launcher" -version = "1.0.0" +version = "1.0.1" description = "Sleepy launcher" authors = ["Nikita Podvirnyy "] homepage = "https://github.com/an-anime-team/sleepy-launcher"