From eb82c00c011c82af788371144ae1215bdd92b142 Mon Sep 17 00:00:00 2001 From: Daniel Schniepp Date: Wed, 13 May 2020 22:52:13 +0200 Subject: [PATCH] Prepare v0.3.0 --- CHANGELOG.md | 6 +++++- cmd/sealit/main.go | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0069a4b..3adbf4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.0] - 2020-05-13 ### Added - `--fetch-cert` flag to `seal` and `verify` for enforcing a cert load - warning in case a secret value is an empty string or padded with whitespace @@ -36,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - `init`, `seal` and `verify` commands -[Unreleased]: https://github.com/dschniepp/sealit/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/dschniepp/sealit/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/dschniepp/sealit/compare/v0.2.1...v0.3.0 +[0.2.1]: https://github.com/dschniepp/sealit/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/dschniepp/sealit/compare/v0.1.0-alpha.2...v0.2.0 [0.1.0-alpha.2]: https://github.com/dschniepp/sealit/releases/tag/v0.1.0-alpha.2 \ No newline at end of file diff --git a/cmd/sealit/main.go b/cmd/sealit/main.go index a09ca54..a8d7707 100644 --- a/cmd/sealit/main.go +++ b/cmd/sealit/main.go @@ -14,7 +14,7 @@ import ( func main() { app := &cli.App{ Name: "sealit", - Version: "v0.2.0", + Version: "v0.3.0", Compiled: time.Now(), Usage: "alternative cli for sealed secrets", Commands: []*cli.Command{