diff options
| author | 2026-02-25 02:27:08 +0800 | |
|---|---|---|
| committer | 2026-02-25 02:27:08 +0800 | |
| commit | 71da360da172e3bb7dfea8cee730ec2f7cab8994 (patch) | |
| tree | 9e6cae5258eca19cfb9546919a5f701745844c44 /src-tauri/Cargo.toml | |
| parent | 290c16cafb22fe3e117bb7c33e55c13b16e7b5cc (diff) | |
| parent | 2ed79c171c849338343edddafe68bc1759adf8b8 (diff) | |
| download | DropOut-71da360da172e3bb7dfea8cee730ec2f7cab8994.tar.gz DropOut-71da360da172e3bb7dfea8cee730ec2f7cab8994.zip | |
chore(release): bump versions (#101)
# Releases
## dropout
## v0.2.0-alpha.2
### New Features
-
[`ef56081`](https://github.com/HydroRoll-Team/DropOut/commit/ef560813c68c113325d8d84ff13cd419eb6583df):
Add `ts-rs` for generating TypeScript bindings.
([#77](https://github.com/HydroRoll-Team/DropOut/pull/77) by
@HsiangNianian)
## @dropout/ui
## v0.0.0-alpha.0
### Refactors
-
[`66668d8`](https://github.com/HydroRoll-Team/DropOut/commit/66668d85d603c5841d755a6023aa1925559fc6d4):
Partial rewrite UI to react port.
([#77](https://github.com/HydroRoll-Team/DropOut/pull/77) by
@HsiangNianian)
## dropout-macros
## v0.1.0-alpha.0
### New Features
-
[`410c949`](https://github.com/HydroRoll-Team/DropOut/commit/410c949b87424b4ac0df5e3f38930781c6eda147):
Add `dropout-macros` crate to generate tauri api wrappers automatically.
([#77](https://github.com/HydroRoll-Team/DropOut/pull/77) by
@HsiangNianian)
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 29da3a1..5ba731c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.2.0-alpha.1" +version = "0.2.0-alpha.2" edition = "2024" authors = ["HsiangNianian"] description = "The DropOut Minecraft Game Launcher" @@ -19,7 +19,7 @@ assets = [ bytes = "1.11.0" chrono = "0.4" dirs = "5.0" -dropout-macros = { path = "../crates/macros", version = "0.1.0" } +dropout-macros = { path = "../crates/macros", version = "0.1.0-alpha.0" } env_logger = "0.9" flate2 = "1.0" futures = "0.3" |