From 79c504954ef856332d7e7ff05e712818f010588d Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Tue, 26 Mar 2024 21:23:37 +0100 Subject: [PATCH] chore(release): release rustypipe v0.1.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e5256..0bdd8d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [v0.1.2](https://code.thetadev.de/ThetaDev/rustypipe/compare/rustypipe/v0.1.1..v0.1.2) - 2024-03-26 + +### 🐛 Bug Fixes + +- Correctly parse subscriber count with new channel header - ([180dd98](https://code.thetadev.de/ThetaDev/rustypipe/commit/180dd9891a14b4da9f130a73d73aecc3822fce2f)) + ## [v0.1.1](https://code.thetadev.de/ThetaDev/rustypipe/compare/rustypipe-cli/v0.1.0..v0.1.1) - 2024-03-26 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 6202e54..3ef608c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypipe" -version = "0.1.1" +version = "0.1.2" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/README.md b/README.md index 626042d..daf3502 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Client for the public YouTube / YouTube Music API (Innertube), inspired by ```toml [dependencies] -rustypipe = "0.1.1" +rustypipe = "0.1.2" tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] } ```