Skip to content

Commit dfa7ba9

Browse files
committed
(cargo-release) version 0.6.0
1 parent 4c521af commit dfa7ba9

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ All versions prior to 0.2.1 are untracked.
99

1010
## [Unreleased] - ReleaseDate
1111

12+
## [0.6.0] - 2022-06-28
13+
1214
### Added
1315

1416
* Contrib: The `kbs2-dmenu-pass` command now reads the
@@ -194,7 +196,8 @@ cause `kbs2` to exit with 1, instead of 2.
194196
* CLI: `kbs2 lock` and `kbs2 unlock` were removed entirely as part of the `kbs2 agent` refactor.
195197

196198
<!-- @next-url@ -->
197-
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.5.1...HEAD
199+
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.6.0...HEAD
200+
[0.6.0]: https://github.com/woodruffw/kbs2/compare/v0.5.1...v0.6.0
198201
[0.5.1]: https://github.com/woodruffw/kbs2/compare/v0.5.0...v0.5.1
199202
[0.5.0]: https://github.com/woodruffw/kbs2/compare/v0.4.0...v0.5.0
200203
[0.4.0]: https://github.com/woodruffw/kbs2/compare/v0.3.0...v0.4.0

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A secret manager backed by age"
44
license = "MIT"
55
homepage = "https://github.com/woodruffw/kbs2"
66
repository = "https://github.com/woodruffw/kbs2"
7-
version = "0.6.0-rc.2"
7+
version = "0.6.0"
88
authors = ["William Woodruff <[email protected]>"]
99
edition = "2021"
1010
readme = "README.md"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ attached to the [latest release](https://github.com/woodruffw/kbs2/releases/late
5959
By way of example:
6060

6161
```console
62-
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.5.1/kbs2_0.5.1_amd64.deb
63-
$ sudo dpkg -i kbs2_0.5.1_amd64.deb
62+
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.6.0/kbs2_0.6.0_amd64.deb
63+
$ sudo dpkg -i kbs2_0.6.0_amd64.deb
6464
# don't forget to request kbs2's dependencies
6565
$ sudo apt-get -f install
6666
```

0 commit comments

Comments
 (0)