Skip to content

Commit 67415f9

Browse files
committed
Prepare siguldry 0.7.2 release
Signed-off-by: Jeremy Cline <jeremycline@microsoft.com>
1 parent c5d3e5b commit 67415f9

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

siguldry/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

siguldry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "siguldry"
33
license = "MIT"
44
edition = { workspace = true }
55
rust-version = { workspace = true }
6-
version = "0.7.1"
6+
version = "0.7.2"
77
readme = "README.md"
88
description = """
99
A signing server and client.

0 commit comments

Comments
 (0)