Skip to content

Commit cd2374a

Browse files
committed
(cargo-release) version 0.5.0
1 parent 52be2da commit cd2374a

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

1416
* Generators, Config: `kbs2` generators now support multiple input
@@ -141,7 +143,8 @@ cause `kbs2` to exit with 1, instead of 2.
141143
* CLI: `kbs2 lock` and `kbs2 unlock` were removed entirely as part of the `kbs2 agent` refactor.
142144

143145
<!-- @next-url@ -->
144-
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.4.0...HEAD
146+
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.5.0...HEAD
147+
[0.5.0]: https://github.com/woodruffw/kbs2/compare/v0.4.0...v0.5.0
145148
[0.4.0]: https://github.com/woodruffw/kbs2/compare/v0.3.0...v0.4.0
146149
[0.3.0]: https://github.com/woodruffw/kbs2/compare/v0.2.6...v0.3.0
147150
[0.2.6]: https://github.com/woodruffw/kbs2/compare/v0.2.5...v0.2.6

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.4.0"
7+
version = "0.5.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
@@ -57,8 +57,8 @@ attached to the [latest release](https://github.com/woodruffw/kbs2/releases/late
5757
By way of example:
5858

5959
```bash
60-
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.4.0/kbs2_0.4.0_amd64.deb
61-
$ sudo dpkg -i kbs2_0.4.0_amd64.deb
60+
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.5.0/kbs2_0.5.0_amd64.deb
61+
$ sudo dpkg -i kbs2_0.5.0_amd64.deb
6262
# don't forget to request kbs2's dependencies
6363
$ sudo apt-get -f install
6464
```

0 commit comments

Comments
 (0)