From 71d217cc2658db99eeef5557858591f35f03f411 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Fri, 29 Dec 2023 22:53:37 +0200 Subject: [PATCH] 1.5.2 --- 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 7d1894d..820edee 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.5.2] - 29.12.2023 + ### Fixed - Fixed "Kill game process" button @@ -238,7 +240,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.1...next +[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.2...next +[1.5.2]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.1...1.5.2 [1.5.1]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.0...1.5.1 [1.5.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.4.0...1.5.0 [1.4.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.3.0...1.4.0 diff --git a/Cargo.lock b/Cargo.lock index 9a5f922..a18f6b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1611,7 +1611,7 @@ dependencies = [ [[package]] name = "honkers-railway-launcher" -version = "1.5.1" +version = "1.5.2" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 59952b6..e78450d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "honkers-railway-launcher" -version = "1.5.1" +version = "1.5.2" description = "The Honkers Railway launcher" authors = ["Nikita Podvirnyy "] homepage = "https://github.com/an-anime-team/the-honkers-railway-launcher"