Skip to content

Commit

Permalink
chore: Release kbs2 version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Mar 5, 2023
1 parent abee382 commit 7532078
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.7.2] - 2023-03-05

### Added

* CLI: The `kbs2 rename` command has been added
Expand Down Expand Up @@ -235,7 +237,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.7.1...HEAD
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.7.2...HEAD
[0.7.2]: https://github.com/woodruffw/kbs2/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/woodruffw/kbs2/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/woodruffw/kbs2/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/woodruffw/kbs2/compare/v0.5.1...v0.6.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.7.1"
version = "0.7.2"
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 @@ -64,8 +64,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.7.1/kbs2_0.7.1_amd64.deb
$ sudo dpkg -i kbs2_0.7.1_amd64.deb
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.7.2/kbs2_0.7.2_amd64.deb
$ sudo dpkg -i kbs2_0.7.2_amd64.deb
# don't forget to request kbs2's dependencies
$ sudo apt-get -f install
```
Expand Down

0 comments on commit 7532078

Please sign in to comment.