Skip to content

Commit 9c5f40b

Browse files
committed
chore: Release kbs2 version 0.7.3
1 parent 2263e5d commit 9c5f40b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.7.3] - 2025-07-21
13+
1214
### Fixed
1315

1416
* Build: Fixed a build-time unused import warning on macOS and other BSD-like
@@ -242,7 +244,8 @@ cause `kbs2` to exit with 1, instead of 2.
242244
* CLI: `kbs2 lock` and `kbs2 unlock` were removed entirely as part of the `kbs2 agent` refactor.
243245

244246
<!-- @next-url@ -->
245-
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.7.2...HEAD
247+
[Unreleased]: https://github.com/woodruffw/kbs2/compare/v0.7.3...HEAD
248+
[0.7.3]: https://github.com/woodruffw/kbs2/compare/v0.7.2...v0.7.3
246249
[0.7.2]: https://github.com/woodruffw/kbs2/compare/v0.7.1...v0.7.2
247250
[0.7.1]: https://github.com/woodruffw/kbs2/compare/v0.7.0...v0.7.1
248251
[0.7.0]: https://github.com/woodruffw/kbs2/compare/v0.6.0...v0.7.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.7.3-rc.2"
7+
version = "0.7.3"
88
authors = ["William Woodruff <[email protected]>"]
99
edition = "2021"
1010
readme = "README.md"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ attached to the [latest release](https://github.com/woodruffw/kbs2/releases/late
6565
By way of example:
6666

6767
```console
68-
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.7.2/kbs2_0.7.2_amd64.deb
69-
$ sudo dpkg -i kbs2_0.7.2_amd64.deb
68+
$ wget https://github.com/woodruffw/kbs2/releases/download/v0.7.3/kbs2_0.7.3_amd64.deb
69+
$ sudo dpkg -i kbs2_0.7.3_amd64.deb
7070
# don't forget to request kbs2's dependencies
7171
$ sudo apt-get -f install
7272
```

0 commit comments

Comments
 (0)