Skip to content

Commit

Permalink
πŸ”– Upgrade: v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinrin0413 committed Dec 11, 2024
1 parent 9008151 commit cb834d6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v0.6.1 2024-12-11

## Features

- ✨ Re-exported the [`Client`](https://docs.rs/tetr_ch/0.6.1/tetr_ch/client/struct.Client.html) struct to the [crate root](https://docs.rs/tetr_ch/0.6.1/tetr_ch/index.html#reexports). [#106]

## Bug Fixes

- πŸ› Fixed deserialization errors when using the [`Client::get_user_league`](https://docs.rs/tetr_ch/0.6.1/tetr_ch/client/struct.Client.html#method.get_user_league) method. [#102 #107]
- πŸ› οΈ The [`LeagueData`](https://docs.rs/tetr_ch/0.6.1/tetr_ch/model/summary/league/struct.LeagueData.html) struct is now wrapped in new enum [`LeagueDataWrap`](https://docs.rs/tetr_ch/0.6.1/tetr_ch/model/summary/league/enum.LeagueDataWrap.html). [f2e0f232c239f85b1bbe5162f41a938c3057dbfc]
- ⚰️ Removed an unnecessary `dbg` macro call in the [`Client::get_user`](https://docs.rs/tetr_ch/0.6.1/tetr_ch/client/struct.Client.html#method.get_user) method implementation. [#104]

## Other Changes

- πŸ“š Fixed an incorrect link in the `CHANGELOG.md`. [#103]
- πŸ› οΈ Adjusted the examples. [c63f5137e0596fcb05ba2dc9897a3d6521f75599]

---

# v0.6.0 2024-12-07

## Breaking Changes
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 Rust wrapper for the TETRA CHANNEL API. "
version = "0.6.0"
version = "0.6.1"
authors = ["Rinrin.rs <rinrin0413.valley@gmail.com>"]
license-file = "LICENSE"
repository = "https://github.com/Rinrin0413/tetr-ch-rs.git"
Expand Down

0 comments on commit cb834d6

Please sign in to comment.