This commit is contained in:
Nikita Podvirnyi 2024-08-03 10:54:02 +02:00
parent 83b9f887a6
commit 125787e793
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
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]
## [1.7.1] - 03.08.2024
### Removed
- Removed `p7zip` dependency
@ -335,7 +337,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<br>
[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.7.0...next
[unreleased]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.7.1...next
[1.7.1]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.7.0...1.7.1
[1.7.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.6.1...1.7.0
[1.6.1]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.6.0...1.6.1
[1.6.0]: https://github.com/an-anime-team/the-honkers-railway-launcher/compare/1.5.5...1.6.0

2
Cargo.lock generated
View file

@ -1475,7 +1475,7 @@ dependencies = [
[[package]]
name = "honkers-railway-launcher"
version = "1.7.0"
version = "1.7.1"
dependencies = [
"anime-launcher-sdk",
"anyhow",

View file

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