From 88f5f648be469b68bea9b1340c3be00f1b81f109 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sun, 2 May 2021 21:23:18 -0400 Subject: [PATCH] (cargo-release) version 0.3.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed18e41a..8d50757e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ All versions prior to 0.2.1 are untracked. ## [Unreleased] - ReleaseDate +## [0.3.0] - 2021-05-02 + ### Added * CLI: `kbs2 rekey` enables users to rekey their entire secret store, re-encrypting @@ -99,7 +101,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. -[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.2.6...HEAD +[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/woodruffw/kbs2/compare/v0.2.6...v0.3.0 [0.2.6]: https://github.com/woodruffw/kbs2/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/woodruffw/kbs2/releases/tag/v0.2.5 [0.2.4]: https://github.com/woodruffw/kbs2/releases/tag/v0.2.4 diff --git a/Cargo.lock b/Cargo.lock index aa17fcbd..853110d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "kbs2" -version = "0.3.0-rc.1" +version = "0.3.0" dependencies = [ "age", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 68ac6bc1..9b989224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.3.0-rc.1" +version = "0.3.0" authors = ["William Woodruff "] edition = "2018" readme = "README.md" diff --git a/README.md b/README.md index 50e45f8a..546a3dfa 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ attached to the [latest release](https://github.com/woodruffw/kbs2/releases/late By way of example: ```bash -$ wget https://github.com/woodruffw/kbs2/releases/download/v0.2.6/kbs2_0.2.6_amd64.deb -$ sudo dpkg -i kbs2_0.2.6_amd64.deb +$ wget https://github.com/woodruffw/kbs2/releases/download/v0.3.0/kbs2_0.3.0_amd64.deb +$ sudo dpkg -i kbs2_0.3.0_amd64.deb # don't forget to request kbs2's dependencies $ sudo apt-get -f install ```