From b57ae22a36b803f22f1addaafd00ebdbeedecbfd Mon Sep 17 00:00:00 2001 From: "Rinrin.rs" Date: Tue, 23 May 2023 08:08:45 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update:=20v0.3.5=20(close=20#1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e47ed81..4125e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v0.3.5 2023-05-23 + +## Improvements + +- Supported TETR.IO v6.3.4 ([issue #1](https://github.com/Rinrin0413/tetr-ch-rs/issues/1)) + +## Fixes + +- Fixed redundant and raggedly named functions. + # v0.3.4 2022-12-18 # v0.3.3 2022-12-12 diff --git a/Cargo.toml b/Cargo.toml index 449fd24..44fe2a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tetr_ch" description = "A library for the TETRA CHANNEL API." -version = "0.3.4" +version = "0.3.5" authors = ["Rinrin.rs "] license-file = "LICENSE.md" repository = "https://github.com/Rinrin0413/tetr-ch-rs.git" diff --git a/README.md b/README.md index ee25731..f913ea4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the following to your `Cargo.toml` file: ```toml [dependencies] -tetr_ch = "0.3.4" +tetr_ch = "0.3.5" ``` # Examples diff --git a/src/lib.rs b/src/lib.rs index 5b6ff35..6c20206 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,7 +26,7 @@ //! //! ```toml //! [dependencies] -//! tetr_ch = "0.3.4" +//! tetr_ch = "0.3.5" //! ``` //! //! # Examples