mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-16 09:49:46 +03:00
1.1.0
Some checks failed
Compile release build / build_and_upload (push) Has been cancelled
Some checks failed
Compile release build / build_and_upload (push) Has been cancelled
This commit is contained in:
parent
c68c4bb597
commit
ca0e2b0f07
3 changed files with 7 additions and 4 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.1.0] - 16.08.2024
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Respect root `.version` file for game version parsing
|
- Respect root `.version` file for game version parsing
|
||||||
|
@ -41,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.1...next
|
[unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.1.0...next
|
||||||
|
[1.1.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.1...1.1.0
|
||||||
[1.0.1]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.0...1.0.1
|
[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
|
[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]]
|
[[package]]
|
||||||
name = "sleepy-launcher"
|
name = "sleepy-launcher"
|
||||||
version = "1.0.1"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anime-launcher-sdk",
|
"anime-launcher-sdk",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[package]
|
[package]
|
||||||
name = "sleepy-launcher"
|
name = "sleepy-launcher"
|
||||||
version = "1.0.1"
|
version = "1.1.0"
|
||||||
description = "Sleepy launcher"
|
description = "Sleepy launcher"
|
||||||
authors = ["Nikita Podvirnyy <krypt0nn@vk.com>"]
|
authors = ["Nikita Podvirnyi <krypt0nn@vk.com>"]
|
||||||
homepage = "https://github.com/an-anime-team/sleepy-launcher"
|
homepage = "https://github.com/an-anime-team/sleepy-launcher"
|
||||||
repository = "https://github.com/an-anime-team/sleepy-launcher"
|
repository = "https://github.com/an-anime-team/sleepy-launcher"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue