Skip to content

Commit

Permalink
chore: Release kbs2 version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Feb 24, 2023
1 parent 5bb2146 commit 3797ae5
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.0] - 2023-02-24

### Added

* Contrib: Added the `kbs2-git-ssh-signing` script, which helps
Expand Down Expand Up @@ -221,7 +223,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.6.0...HEAD
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.7.0...HEAD
[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
[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
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.0-rc.1"
version = "0.7.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 @@ -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.6.0/kbs2_0.6.0_amd64.deb
$ sudo dpkg -i kbs2_0.6.0_amd64.deb
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.7.0/kbs2_0.7.0_amd64.deb
$ sudo dpkg -i kbs2_0.7.0_amd64.deb
# don't forget to request kbs2's dependencies
$ sudo apt-get -f install
```
Expand Down

0 comments on commit 3797ae5

Please sign in to comment.