Update changelog and README

This commit is contained in:
Piotr Siuszko 2023-12-27 22:04:55 +01:00
parent ac5dd81c85
commit 5851f52780
3 changed files with 11 additions and 3 deletions

View File

@ -1,10 +1,16 @@
# Changelog # Changelog
## [0.2.1]
### Added
- Working deploy for major platforms.
## [0.2.0] ## [0.2.0]
### Added ### Added
- Ignoring extensions during unpacking - Ignoring extensions during unpacking.
## [0.1.0] ## [0.1.0]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lwa_unity_unpack" name = "lwa_unity_unpack"
version = "0.2.0" version = "0.2.1"
edition = "2021" edition = "2021"
repository = "https://github.com/Leinnan/lwa_unity_unpack" repository = "https://github.com/Leinnan/lwa_unity_unpack"
homepage = "https://github.com/Leinnan/lwa_unity_unpack" homepage = "https://github.com/Leinnan/lwa_unity_unpack"

View File

@ -28,7 +28,9 @@ Options:
## Install ## Install
For now Rust Cargo is required: It can be downloaded by going to Releases page.
It can be also installed using Rust Cargo:
```sh ```sh
cargo install lwa_unity_unpack cargo install lwa_unity_unpack