mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 12:17:35 +03:00
1.0.1
This commit is contained in:
parent
1e41c31b09
commit
9ae6f181d6
3 changed files with 6 additions and 3 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.1] - 05.07.2024
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed infinite updates loop on minor game patches (notably 1.0.1)
|
||||
|
@ -22,5 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
<br>
|
||||
|
||||
[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.0...next
|
||||
[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.1...next
|
||||
[1.0.1]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.0...1.0.1
|
||||
[1.0.0]: https://github.com/an-anime-team/sleepy-launcher/releases/tag/1.0.0
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2496,7 +2496,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sleepy-launcher"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
dependencies = [
|
||||
"anime-launcher-sdk",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "sleepy-launcher"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
description = "Sleepy launcher"
|
||||
authors = ["Nikita Podvirnyy <krypt0nn@vk.com>"]
|
||||
homepage = "https://github.com/an-anime-team/sleepy-launcher"
|
||||
|
|
Loading…
Reference in a new issue