From 913bb127555b888f660679da32847820d9810913 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sun, 13 Oct 2024 17:03:13 +0200 Subject: [PATCH] chore(release): release rustypipe-cli v0.2.2 --- cli/CHANGELOG.md | 12 ++++++++++++ cli/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ae64f65..2a7635c 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. +## [v0.2.2](https://codeberg.org/ThetaDev/rustypipe/compare/rustypipe-cli/v0.2.1..rustypipe-cli/v0.2.2) - 2024-10-13 + +### 🚀 Features + +- Add mobile client - ([71d3ec6](https://codeberg.org/ThetaDev/rustypipe/commit/71d3ec65ddafa966ef6b41cf4eb71687ba4b594c)) + +### ⚙️ Miscellaneous Tasks + +- *(deps)* Update rust crate rstest to 0.23.0 (#12) - ([96776e9](https://codeberg.org/ThetaDev/rustypipe/commit/96776e98d76fa1d31d5f84dbceafbe8f9dfd9085)) +- *(deps)* Update rustypipe to 0.5.0 + + ## [v0.2.1](https://codeberg.org/ThetaDev/rustypipe/compare/rustypipe-cli/v0.2.0..rustypipe-cli/v0.2.1) - 2024-09-10 ### 🚀 Features diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1626347..bbdd8d9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypipe-cli" -version = "0.2.1" +version = "0.2.2" rust-version = "1.70.0" edition.workspace = true authors.workspace = true