From 1ecb11b6c0adcf7a091907d0d5732ba75c5209b5 Mon Sep 17 00:00:00 2001 From: Ruben Anders Date: Fri, 25 Jun 2021 00:47:13 +0200 Subject: [PATCH] Release v3.0.1 (#136) --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff71b98..7f7ffda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog Version numbers follow [Semantic Versioning](https://semver.org/). -## Unversioned +## v3.0.1 - Bugfix: Fixed `FollowersOnlyMode` enum not being exported from the crate. (#135) diff --git a/Cargo.toml b/Cargo.toml index dfe9052..4a27398 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "twitch-irc" description = "Connect to Twitch chat from a Rust application." license = "MIT" -version = "3.0.0" +version = "3.0.1" authors = ["Ruben Anders "] repository = "https://github.com/robotty/twitch-irc-rs" edition = "2018"