From d9adcbf284b2657123fa6e8418729c6bb0f84368 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 26 Aug 2023 15:02:14 +0000 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f4a71..fae64a5 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.3.1] - 2023-08-26 + +### Other +- *(deps)* update rust crate regex to 1.9.4 +- *(deps)* update rust crate clap to 4.4.0 +- *(deps)* update rust crate reqwest to 0.11.20 +- *(deps)* update rust crate clap to 4.3.24 +- *(deps)* update rust crate reqwest to 0.11.19 +- *(deps)* update rust crate clap to 4.3.23 +- *(deps)* update all dependencies + ## [0.3.0] - 2023-08-13 ### Added