This commit is contained in:
Observer KRypt0n_ 2024-03-24 13:12:29 +02:00
parent df0967d2f7
commit 64a175f861
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 6 additions and 3 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [1.5.3] - 24.03.2023
### Added ### Added
- Bundle `applications-system-symbolic` icon to the app - Bundle `applications-system-symbolic` icon to the app
@ -258,7 +260,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<br> <br>
[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.2...next [unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.3...next
[1.5.3]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.2...1.5.3
[1.5.2]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.1...1.5.2 [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.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.5.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.4.0...1.5.0

2
Cargo.lock generated
View file

@ -1512,7 +1512,7 @@ dependencies = [
[[package]] [[package]]
name = "honkers-railway-launcher" name = "honkers-railway-launcher"
version = "1.5.2" version = "1.5.3"
dependencies = [ dependencies = [
"anime-launcher-sdk", "anime-launcher-sdk",
"anyhow", "anyhow",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "honkers-railway-launcher" name = "honkers-railway-launcher"
version = "1.5.2" version = "1.5.3"
description = "The Honkers Railway launcher" description = "The Honkers Railway launcher"
authors = ["Nikita Podvirnyy <krypt0nn@vk.com>"] authors = ["Nikita Podvirnyy <krypt0nn@vk.com>"]
homepage = "https://github.com/an-anime-team/the-honkers-railway-launcher" homepage = "https://github.com/an-anime-team/the-honkers-railway-launcher"