From 76b53edeaeff4633d363334f6c4807a564497a56 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 2 Aug 2023 17:30:33 +0200 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd43244..7b38231 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.3.0] + ### Added - Added new gamescope version compatibility @@ -161,7 +163,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.5...next +[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.3.0...next +[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 [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 diff --git a/Cargo.lock b/Cargo.lock index 6009add..3d6afa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1481,7 +1481,7 @@ dependencies = [ [[package]] name = "honkers-railway-launcher" -version = "1.2.5" +version = "1.3.0" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index f9192c3..4c045bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "honkers-railway-launcher" -version = "1.2.5" +version = "1.3.0" description = "The Honkers Railway launcher" authors = ["Nikita Podvirnyy "] -homepage = "https://github.com/an-anime-team/an-anime-game-launcher" -repository = "https://github.com/an-anime-team/an-anime-game-launcher" +homepage = "https://github.com/an-anime-team/the-honkers-railway-launcher" +repository = "https://github.com/an-anime-team/the-honkers-railway-launcher" license = "GPL-3.0" edition = "2021" build = "build.rs"