Skip to content

Commit

Permalink
🔖 Update: v0.3.5 (close #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinrin0413 committed May 22, 2023
1 parent c43aab2 commit b57ae22
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
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.3.4"
version = "0.3.5"
authors = ["Rinrin.rs <rinrin0413.valley@gmail.com>"]
license-file = "LICENSE.md"
repository = "https://github.com/Rinrin0413/tetr-ch-rs.git"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
//!
//! ```toml
//! [dependencies]
//! tetr_ch = "0.3.4"
//! tetr_ch = "0.3.5"
//! ```
//!
//! # Examples
Expand Down

0 comments on commit b57ae22

Please sign in to comment.