From 07976b8c045969a363e51a5cf159406dccfd42b7 Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Sun, 13 Oct 2024 12:44:21 +0200 Subject: [PATCH] release twitch_types 0.4.6 --- CHANGELOG.md | 6 +++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d808aa64..b8040c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ## [Unreleased] - ReleaseDate -[Commits](https://github.com/twitch-rs/twitch_types/compare/v0.4.5...Unreleased) +[Commits](https://github.com/twitch-rs/twitch_types/compare/v0.4.6...Unreleased) + +## [v0.4.6] - 2024-10-13 + +[Commits](https://github.com/twitch-rs/twitch_types/compare/v0.4.5...v0.4.6) - Added `SharedChatSessionId` and `WhisperId` (feature `chat`) - Added `EntitlementId`, `BenefitId`, `OrganizationId`, and `EntitlementCampaignId` (feature `entitlements`) diff --git a/Cargo.lock b/Cargo.lock index eddbf40c..4859fd4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -463,7 +463,7 @@ dependencies = [ [[package]] name = "twitch_types" -version = "0.4.5" +version = "0.4.6" dependencies = [ "arbitrary", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4b3662cb..80886d5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twitch_types" -version = "0.4.5" +version = "0.4.6" edition = "2021" repository = "https://github.com/twitch-rs/twitch_types" license = "MIT OR Apache-2.0" diff --git a/README.md b/README.md index 8025d67d..0b6fa03b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Twitch Types | Rust library for common types used in Twitch -[![github]](https://github.com/twitch-rs/twitch_types) [![crates-io]](https://crates.io/crates/twitch_types) [![docs-rs-big]](https://docs.rs/twitch_types/0.4.5/twitch_types) +[![github]](https://github.com/twitch-rs/twitch_types) [![crates-io]](https://crates.io/crates/twitch_types) [![docs-rs-big]](https://docs.rs/twitch_types/0.4.6/twitch_types) [github]: https://img.shields.io/badge/github-twitch--rs/twitch__types-8da0cb?style=for-the-badge&labelColor=555555&logo=github [crates-io]: https://img.shields.io/crates/v/twitch_types.svg?style=for-the-badge&color=fc8d62&logo=rust