Skip to content

Commit

Permalink
Prepare v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dschniepp committed May 13, 2020
1 parent 8f04987 commit eb82c00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion cmd/sealit/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit eb82c00

Please sign in to comment.