From b999852ee01f2d4549361d63b58689bfc7e1f537 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Tue, 11 Feb 2025 01:43:06 +0000 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e293c6..2065586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2025-02-11 + +### Fixed +- *(deps)* update all dependencies to v3.10.0 +- *(deps)* update rust crate reqwest to v0.12.12 +- *(deps)* update rust crate serde to v1.0.217 +- *(deps)* update rust crate reqwest to v0.12.11 + +### Other +- *(deps)* update all dependencies +- *(deps)* update rust crate tokio to v1.43.0 +- *(deps)* update rust crate clap to v4.5.24 + ## [0.1.0] - 2024-12-27 ### Added diff --git a/Cargo.toml b/Cargo.toml index 03fedc2..8632b05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.1" [workspace.dependencies]