Skip to content

Commit 88d29fc

Browse files
chore: release v0.4.1 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b9ad72c commit 88d29fc

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[workspace]
2-
resolver = "2"
3-
members = ["crates/*"]
1+
[workspace]
2+
resolver = "2"
3+
members = ["crates/*"]

crates/win_event_hook/CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [0.1.1](https://github.com/bengreenier/win_event_hook/compare/win_event_hook-v0.1.0...win_event_hook-v0.1.1) - 2023-07-04
9+
## [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
1010

11-
### Fixed
12-
- *(docs)* Update docs-rs target
13-
- *(clippy)* Address clippy feedback
11+
### Other
12+
13+
- *(build)* bump dependencies to latest ([#10](https://github.com/bengreenier/win_event_hook/pull/10))
14+
15+
## [0.1.1](https://github.com/bengreenier/win_event_hook/compare/win_event_hook-v0.1.0...win_event_hook-v0.1.1) - 2023-07-04
16+
17+
### Fixed
18+
- *(docs)* Update docs-rs target
19+
- *(clippy)* Address clippy feedback

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.0"
4+
version = "0.4.1"
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)