chore(release): 0.2.0
This commit is contained in:
parent
6e8e63e5ee
commit
a582e197e6
13
CHANGELOG.md
13
CHANGELOG.md
@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.0] - 2024-05-25
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- add user variables to input
|
||||||
|
- 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
|
## [0.1.1] - 2024-05-25
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
@ -12,4 +12,4 @@ clap = { version = "4", features = ["derive", "env"] }
|
|||||||
dotenv = { version = "0.15" }
|
dotenv = { version = "0.15" }
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user