-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Merge: pull request #10 from Rinrin0413/dev
# v0.5.0 2023-11-30 ## Fixes - Decoding error caused by the TWC badges [[#4](#4)] - Missing property `currentbtbchainpower` in struct `SinglePlayEndCtx` [[#6](#6)] - Some outdated example code (01, 04) - Some typos in document and `CHANGELOG.md` ## Additions - Support new type of line clear "Pentas" and "T-Spin Pentas" [[#7](#7)] - A field `group` in struct `Badge` [[#5](#5)] ## Changes - Rename a field `attack` to `attacks` of struct `EndCtxGarbage` ## Improvements - Improve the document - Update the library description sentence in `README.md` and `/src/lib.rs` ## Internal - Update `.gitignore`
- Loading branch information
Showing
12 changed files
with
106 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ target/ | |
Cargo.lock | ||
|
||
TODO.md | ||
merge-dev.sh | ||
.vscode/ | ||
check_examples.sh | ||
tetr_ch_bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "tetr_ch" | ||
description = "A library for the TETRA CHANNEL API." | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Rinrin.rs <[email protected]>"] | ||
license-file = "LICENSE" | ||
repository = "https://github.com/Rinrin0413/tetr-ch-rs.git" | ||
|
@@ -11,6 +11,7 @@ edition = "2021" | |
|
||
[dependencies] | ||
http = "0.2.8" | ||
serde_json = "1.0.108" | ||
|
||
[dependencies.reqwest] | ||
version = "0.11.11" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters