From c4c83d66b404dd384a1ec0200df96718de6c8372 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 25 May 2024 12:37:32 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a761ef..57475a6 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.2.0] - 2024-05-25 + +### Added +- without remove all +- plan -> base +- add sync +- add send +- use arc instead + +### Fixed +- only create vault secret template if actual secret found + ## [0.1.1] - 2024-05-25 ### Other diff --git a/Cargo.toml b/Cargo.toml index af0e967..3a0521b 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.1" +version = "0.2.0"