From aadade5a58c3981bb0b9bcbd791e627a544e0be7 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Thu, 16 May 2024 16:53:27 +0000 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ae184..6d76626 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] - 2024-05-16 + +### Fixed +- *(deps)* update rust crate capnp to 0.19.5 +- *(deps)* update rust crate capnp to 0.19.4 + +### Other +- *(deps)* update rust crate itertools to 0.13.0 +- *(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