From 1010132f0aab27a619419eea975568d241fefc67 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Mon, 13 Nov 2023 22:16:00 +0200 Subject: [PATCH] 1.5.0 --- 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 07c3840..974bfcc 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.0] - 13.11.2023 + ### Added - Added Vietnamese @@ -202,7 +204,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.4.0...next +[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.0...next +[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 [1.3.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.5...1.3.0 [1.2.5]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.2.4...1.2.5 diff --git a/Cargo.lock b/Cargo.lock index 0469f57..68f6e9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1599,7 +1599,7 @@ dependencies = [ [[package]] name = "honkers-railway-launcher" -version = "1.4.0" +version = "1.5.0" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5f661aa..b796970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "honkers-railway-launcher" -version = "1.4.0" +version = "1.5.0" description = "The Honkers Railway launcher" authors = ["Nikita Podvirnyy "] homepage = "https://github.com/an-anime-team/the-honkers-railway-launcher"