From 2285afb6cca217a1363aba2f1bdf738d5b3068da Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Thu, 20 Feb 2025 06:07:33 +0000 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e293c6..e78a7d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2025-02-20 + +### Fixed +- *(deps)* update rust crate serde to v1.0.218 +- *(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 rust crate clap to v4.5.29 +- *(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]