From e0d4bf7981f75a3fafe1502a23fd41f1dad2f2e6 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Fri, 14 Jul 2023 09:09:34 +0200 Subject: [PATCH] 1.2.3 --- 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 9e4d455..d6cbd01 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.3] - 14.07.2023 + ### Fixed - Fixed telemetry disabling @@ -126,7 +128,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.2...next +[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.3...next +[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 [1.2.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.1.0...1.2.0 diff --git a/Cargo.lock b/Cargo.lock index 35e862e..ba93519 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1407,7 +1407,7 @@ dependencies = [ [[package]] name = "honkers-railway-launcher" -version = "1.2.2" +version = "1.2.3" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 715819c..6fadf21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "honkers-railway-launcher" -version = "1.2.2" +version = "1.2.3" description = "The Honkers Railway launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"