File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.7.2] - 2026-06-03
9+
10+ ### Fixed
11+
12+ - The systemd units now include an Install section so they can be enabled (#214 )
13+
14+ - The ` Keys ` section of the Siguldry client config now actually uses the
15+ CREDENTIALS_DIRECTORY environment variable value as the base for relative
16+ paths used in the ` passphrase_path ` field, allowing systemd credentials to be
17+ used as documented (#215 )
18+
19+
820## [ 0.7.1] - 2026-06-01
921
1022### Changed
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "siguldry"
33license = " MIT"
44edition = { workspace = true }
55rust-version = { workspace = true }
6- version = " 0.7.1 "
6+ version = " 0.7.2 "
77readme = " README.md"
88description = """
99A signing server and client.
You can’t perform that action at this time.
0 commit comments