From 53f84f6f30eb082279bc511d8a6d18da709f07c7 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 28 Dec 2024 01:41:35 +0000 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e293c6..45b5b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2024-12-28 + +### Fixed +- *(deps)* update rust crate reqwest to v0.12.11 + ## [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]