From f3c5ef4d761ea7c2fccf0161f1a171df5d5fb0ca Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 25 May 2024 21:12:07 +0000 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a761ef..7552f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2024-05-25 + +### Added +- actually set registry +- add option for releaser +- add slot for upload strategy +- add user variables to input +- without remove all +- plan -> base +- add sync +- add send +- use arc instead + +### Fixed +- *(deps)* update rust crate serde to v1.0.203 +- 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 3a99ab5..d286d5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ dotenv = { version = "0.15" } flux-releaser = { git = "https://git.front.kjuulh.io/kjuulh/flux-releaser", branch = "main" } [workspace.package] -version = "0.1.1" +version = "0.2.0"