Skip to content

Commit 9f3b1bb

Browse files
chore: release v0.4.2 (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fd89144 commit 9f3b1bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

crates/win_event_hook/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.4.2](https://github.com/bengreenier/win_event_hook/compare/win_event_hook-v0.4.1...win_event_hook-v0.4.2) - 2026-02-22
10+
11+
### Other
12+
13+
- *(deps)* Bump dependency versions ([#12](https://github.com/bengreenier/win_event_hook/pull/12))
14+
915
## [0.4.1](https://github.com/bengreenier/win_event_hook/compare/win_event_hook-v0.4.0...win_event_hook-v0.4.1) - 2025-05-07
1016

1117
### Other

crates/win_event_hook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "win_event_hook"
33
publish = true
4-
version = "0.4.1"
4+
version = "0.4.2"
55
edition = "2021"
66
authors = ["Ben <ben+crates@bengreenier.com>"]
77
description = "A safe rust API for using SetWinEventHook, powered by the windows crate"

0 commit comments

Comments
 (0)