From 684a1c927e4f15d69540fc77bff0f675799673e2 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Thu, 16 May 2024 13:20:51 +0000 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ae184..7ba3175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ 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 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