From 6e6ce968551f8ec172b0ea5ac866de2cd27f38ae Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 25 May 2024 11:46:15 +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 7b2986a..8a761ef 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-05-25 + +### Other +- remove deps + ## [0.1.0] - 2024-05-25 ### Added diff --git a/Cargo.toml b/Cargo.toml index 8b0f004..af0e967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ clap = { version = "4", features = ["derive", "env"] } dotenv = { version = "0.15" } [workspace.package] -version = "0.1.0" +version = "0.1.1"