1.2.0
Some checks failed
Compile release build / build_and_upload (push) Has been cancelled
Check source code / check_source_code (push) Has been cancelled

This commit is contained in:
Nikita Podvirnyi 2024-09-01 19:28:51 +02:00
parent f2939d6aeb
commit 0a94e3d92b
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] ## [Unreleased]
## [1.2.0] - 01.09.2024
### Added ### Added
- Apply chmod 755 to extracted files if 7z was used - Apply chmod 755 to extracted files if 7z was used
@ -58,7 +60,8 @@ 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.1.0...next [unreleased]: https://github.com/an-anime-team/sleepy-launcher/compare/1.2.0...next
[1.2.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/an-anime-team/sleepy-launcher/compare/1.0.1...1.1.0 [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
View file

@ -2511,7 +2511,7 @@ dependencies = [
[[package]] [[package]]
name = "sleepy-launcher" name = "sleepy-launcher"
version = "1.1.0" version = "1.2.0"
dependencies = [ dependencies = [
"anime-launcher-sdk", "anime-launcher-sdk",
"anyhow", "anyhow",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "sleepy-launcher" name = "sleepy-launcher"
version = "1.1.0" version = "1.2.0"
description = "Sleepy launcher" description = "Sleepy launcher"
authors = ["Nikita Podvirnyi <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"