We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6958ce1 commit 70a941bCopy full SHA for 70a941b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.4.5] - 2025-01-18
4
+
5
+### Fixed
6
7
+ - fixed a dubious transmute between different slice types
8
9
## [0.4.4] - 2025-01-16
10
11
### Added
@@ -60,4 +66,4 @@
60
66
61
67
62
68
63
-- Initial release
69
+- initial release
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sd-notify"
-version = "0.4.4"
+version = "0.4.5"
edition = "2021"
description = "Lightweight crate for systemd service state notifications"
readme = "README.md"
0 commit comments