This commit is contained in:
Nikita Podvirnyi 2024-06-17 15:25:19 +02:00
parent 231e23687e
commit 7b7400dcdd
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
3 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [3.10.0] - 17.06.2024
### Added
- List missing dependencies on non-standard distros during initial setup

2
Cargo.lock generated
View file

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

View file

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