From 298e4def93d1595fba91be103f014aa645a08937 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Mon, 1 Jul 2024 23:34:58 +0200 Subject: [PATCH 1/2] fix(deps): update quick-xml to v0.35.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f257a00..10853cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ phf = "0.11.1" phf_codegen = "0.11.1" base64 = "0.22.0" urlencoding = "2.1.2" -quick-xml = { version = "0.34.0", features = ["serialize"] } +quick-xml = { version = "0.35.0", features = ["serialize"] } tracing = { version = "0.1.37", features = ["log"] } # CLI From 182826a3ac31368da658a3561a2b2617f97510e9 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Mon, 1 Jul 2024 23:37:02 +0200 Subject: [PATCH 2/2] chore(release): release rustypipe v0.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4375f57..7201d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +## [v0.2.1](https://code.thetadev.de/ThetaDev/rustypipe/compare/rustypipe/v0.2.0..rustypipe/v0.2.1) - 2024-07-01 + +### 🐛 Bug Fixes + +- *(deps)* Update quick-xml to v0.35.0 - ([298e4de](https://code.thetadev.de/ThetaDev/rustypipe/commit/298e4def93d1595fba91be103f014aa645a08937)) + + ## [v0.2.0](https://code.thetadev.de/ThetaDev/rustypipe/compare/rustypipe/v0.1.3..rustypipe/v0.2.0) - 2024-06-27 ### 🚀 Features diff --git a/Cargo.toml b/Cargo.toml index 10853cb..2eac990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypipe" -version = "0.2.0" +version = "0.2.1" rust-version = "1.67.1" edition.workspace = true authors.workspace = true