Skip to content

Commit

Permalink
v2.2.0 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
RAnders00 committed Feb 11, 2021
1 parent def9b62 commit 6d0b364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Version numbers follow [Semantic Versioning](https://semver.org/).

## Unversioned

## v2.2.0

- Bugfix: Fixed fields on `UserAccessToken` being all private, preventing library users from constructing the type (as part of the `RefreshingLoginCredentials` system). (#101, #103)
- Reduce the amount of dependencies used. (#96)
- Update `metrics` dependency to v0.14. Metrics are now registered with a description when the
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "twitch-irc"
description = "Connect to Twitch chat from a Rust application."
license = "MIT"
version = "2.1.0"
version = "2.2.0"
authors = ["Ruben Anders <ruben.anders@robotty.de>"]
repository = "https://github.com/robotty/twitch-irc-rs"
edition = "2018"
Expand Down

0 comments on commit 6d0b364

Please sign in to comment.