Skip to content

Commit 43e15d4

Browse files
committed
(cargo-release) version 0.5.1
1 parent 7801060 commit 43e15d4

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.5.1] - 2022-02-15
13+
1214
### Added
1315

1416
* CLI: The `kbs2 config` and `kbs2 config dump` subcommands have been added,
@@ -154,7 +156,8 @@ cause `kbs2` to exit with 1, instead of 2.
154156
* CLI: `kbs2 lock` and `kbs2 unlock` were removed entirely as part of the `kbs2 agent` refactor.
155157

156158
<!-- @next-url@ -->
157-
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.5.0...HEAD
159+
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.5.1...HEAD
160+
[0.5.1]: https://github.com/woodruffw/kbs2/compare/v0.5.0...v0.5.1
158161
[0.5.0]: https://github.com/woodruffw/kbs2/compare/v0.4.0...v0.5.0
159162
[0.4.0]: https://github.com/woodruffw/kbs2/compare/v0.3.0...v0.4.0
160163
[0.3.0]: https://github.com/woodruffw/kbs2/compare/v0.2.6...v0.3.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.5.0"
7+
version = "0.5.1"
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
```bash
62-
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.5.0/kbs2_0.5.0_amd64.deb
63-
$ sudo dpkg -i kbs2_0.5.0_amd64.deb
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
6464
# don't forget to request kbs2's dependencies
6565
$ sudo apt-get -f install
6666
```

0 commit comments

Comments
 (0)