Skip to content

Commit

Permalink
(cargo-release) version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Feb 16, 2022
1 parent 7801060 commit 43e15d4
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.5.1] - 2022-02-15

### Added

* CLI: The `kbs2 config` and `kbs2 config dump` subcommands have been added,
Expand Down Expand Up @@ -154,7 +156,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.5.0...HEAD
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/woodruffw/kbs2/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/woodruffw/kbs2/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/woodruffw/kbs2/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/woodruffw/kbs2/compare/v0.2.6...v0.3.0
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.5.0"
version = "0.5.1"
authors = ["William Woodruff <[email protected]>"]
edition = "2021"
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 @@ -59,8 +59,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.5.0/kbs2_0.5.0_amd64.deb
$ sudo dpkg -i kbs2_0.5.0_amd64.deb
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.5.1/kbs2_0.5.1_amd64.deb
$ sudo dpkg -i kbs2_0.5.1_amd64.deb
# don't forget to request kbs2's dependencies
$ sudo apt-get -f install
```
Expand Down

0 comments on commit 43e15d4

Please sign in to comment.