Skip to content

Commit

Permalink
(cargo-release) version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed May 3, 2021
1 parent 86e6304 commit 88f5f64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ All versions prior to 0.2.1 are untracked.

## [Unreleased] - ReleaseDate

## [0.3.0] - 2021-05-02

### Added

* CLI: `kbs2 rekey` enables users to rekey their entire secret store, re-encrypting
Expand Down Expand Up @@ -99,7 +101,8 @@ cause `kbs2` to exit with 1, instead of 2.
* CLI: `kbs2 lock` and `kbs2 unlock` were removed entirely as part of the `kbs2 agent` refactor.

<!-- @next-url@ -->
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.2.6...HEAD
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/woodruffw/kbs2/compare/v0.2.6...v0.3.0
[0.2.6]: https://github.com/woodruffw/kbs2/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/woodruffw/kbs2/releases/tag/v0.2.5
[0.2.4]: https://github.com/woodruffw/kbs2/releases/tag/v0.2.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A secret manager backed by age"
license = "MIT"
homepage = "https://github.com/woodruffw/kbs2"
repository = "https://github.com/woodruffw/kbs2"
version = "0.3.0-rc.1"
version = "0.3.0"
authors = ["William Woodruff <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ attached to the [latest release](https://github.com/woodruffw/kbs2/releases/late
By way of example:

```bash
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.2.6/kbs2_0.2.6_amd64.deb
$ sudo dpkg -i kbs2_0.2.6_amd64.deb
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.3.0/kbs2_0.3.0_amd64.deb
$ sudo dpkg -i kbs2_0.3.0_amd64.deb
# don't forget to request kbs2's dependencies
$ sudo apt-get -f install
```
Expand Down

0 comments on commit 88f5f64

Please sign in to comment.