From 4a317fcc82a159072b1c84ba8a1c80dd55b29059 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Mon, 17 Jul 2023 23:11:03 +0200 Subject: [PATCH] 1.2.4 --- 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 f54099d..dbd395d 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.2.4] - 17.07.2023 + ### Fixed - Fixed jadeite patch state handling from the metadata file @@ -134,7 +136,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.2.3...next +[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.4...next +[1.2.4]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.3...1.2.4 [1.2.3]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.2...1.2.3 [1.2.2]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.1...1.2.2 [1.2.1]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.0...1.2.1 diff --git a/Cargo.lock b/Cargo.lock index 7a5e6f5..bbf1cf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1407,7 +1407,7 @@ dependencies = [ [[package]] name = "honkers-railway-launcher" -version = "1.2.3" +version = "1.2.4" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 3cb7001..c450992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "honkers-railway-launcher" -version = "1.2.3" +version = "1.2.4" description = "The Honkers Railway launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"