From 449fc0128e04c55637e5fd2258913f80ca5660e9 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Tue, 2 Apr 2024 01:52:43 +0200 Subject: [PATCH] chore(release): release rustypipe v0.1.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bdd8d6..e33180d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [v0.1.3](https://code.thetadev.de/ThetaDev/rustypipe/compare/rustypipe/v0.1.2..v0.1.3) - 2024-04-01 + +### 🐛 Bug Fixes + +- Parse new comment model (A/B#14 frameworkUpdates) - ([b0331f7](https://code.thetadev.de/ThetaDev/rustypipe/commit/b0331f7250f5d7d61a45209150739d2cb08b4280)) + +### ◀️ Revert + +- "fix: improve VecLogErr messages" (leads to infinite loop) - ([348c852](https://code.thetadev.de/ThetaDev/rustypipe/commit/348c8523fe847f2f6ce98317375a7ab65e778ed2)) + ## [v0.1.2](https://code.thetadev.de/ThetaDev/rustypipe/compare/rustypipe/v0.1.1..v0.1.2) - 2024-03-26 ### 🐛 Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 3ef608c..c949a85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypipe" -version = "0.1.2" +version = "0.1.3" edition.workspace = true authors.workspace = true license.workspace = true diff --git a/README.md b/README.md index daf3502..0f74703 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.2" +rustypipe = "0.1.3" tokio = { version = "1.20.0", features = ["macros", "rt-multi-thread"] } ```