Skip to content

Commit

Permalink
(cargo-release) version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jun 29, 2022
1 parent 4c521af commit dfa7ba9
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.6.0] - 2022-06-28

### Added

* Contrib: The `kbs2-dmenu-pass` command now reads the
Expand Down Expand Up @@ -194,7 +196,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.1...HEAD
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/woodruffw/kbs2/compare/v0.5.1...v0.6.0
[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
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.6.0-rc.2"
version = "0.6.0"
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:

```console
$ 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
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.6.0/kbs2_0.6.0_amd64.deb
$ sudo dpkg -i kbs2_0.6.0_amd64.deb
# don't forget to request kbs2's dependencies
$ sudo apt-get -f install
```
Expand Down

0 comments on commit dfa7ba9

Please sign in to comment.