Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 5, 2024
1 parent 7c6a290 commit d5ed6a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.4.3] - 2024-10-05

### Added

- added `notify_with_fds` and `listen_fds_with_names`, for storing and retrieving file descriptors

## [0.4.2] - 2024-07-03

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sd-notify"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
description = "Lightweight crate for systemd service state notifications"
readme = "README.md"
Expand Down

0 comments on commit d5ed6a9

Please sign in to comment.