This commit is contained in:
Nikita Podvirnyi 2024-10-09 22:23:56 +02:00
parent 70255512c7
commit 6d4e677f4f
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]
## [3.13.0] - 09.10.2024
### Added ### Added
- Added 5.1.0 voiceovers sizes - Added 5.1.0 voiceovers sizes
@ -582,7 +584,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<br> <br>
[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.1...next [unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.13.0...next
[3.13.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.1...3.13.0
[3.12.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.0...3.12.1 [3.12.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.0...3.12.1
[3.12.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.11.0...3.12.0 [3.12.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.11.0...3.12.0
[3.11.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.3...3.11.0 [3.11.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.3...3.11.0

2
Cargo.lock generated
View file

@ -82,7 +82,7 @@ dependencies = [
[[package]] [[package]]
name = "anime-game-launcher" name = "anime-game-launcher"
version = "3.12.1" version = "3.13.0"
dependencies = [ dependencies = [
"anime-launcher-sdk", "anime-launcher-sdk",
"anyhow", "anyhow",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "anime-game-launcher" name = "anime-game-launcher"
version = "3.12.1" version = "3.13.0"
description = "Anime Game launcher" description = "Anime Game launcher"
authors = ["Nikita Podvirnyi <krypt0nn@vk.com>"] authors = ["Nikita Podvirnyi <krypt0nn@vk.com>"]
homepage = "https://github.com/an-anime-team/an-anime-game-launcher" homepage = "https://github.com/an-anime-team/an-anime-game-launcher"