Skip to content

Commit 5b48682

Browse files
committed
v0.4.6
1 parent f0639d7 commit 5b48682

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v0.4.6
4+
5+
### Fixes
6+
7+
- Fix the return value of `BitSet::insert` to match the documentation.
8+
- Make validation of values to be inserted into a `BitSet` less strict, to permit the same set of
9+
`BitSet`s that the kernel will produce.
10+
311
## v0.4.5
412

513
### Deprecations

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evdevil"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
edition = "2024"
55
license = "0BSD"
66
description = "Bindings to Linux' input device APIs: evdev and uinput"

0 commit comments

Comments
 (0)