From 8661b96c3f54197f590cbcc730cc32f3f296980d Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Mon, 13 May 2024 02:42:10 +0000 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ae184..4fbd00e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2024-05-13 + +### Fixed +- *(deps)* update rust crate capnp to 0.19.4 + +### Other +- *(deps)* update rust crate anyhow to 1.0.83 +- *(deps)* update rust crate reqwest to 0.12.4 +- *(deps)* update rust crate chrono to 0.4.38 +- *(deps)* update rust crate anyhow to 1.0.82 + ## [0.1.0] - 2024-04-06 ### Added