Skip to content

Commit 42b58ee

Browse files
committed
Update changelog and version from 0.12 branch
1 parent 137bdbd commit 42b58ee

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
- Guarantee that each `...Event` struct can only hold a `InputEvent` of the corresponding `EventType`
99
- Demonstrate what the `FFEvent` does in the `force_feedback` example.
1010

11-
- `&AttributeSetRef` and `&mut AttributeSetRef` now implement `Default`.
1211
- `Device`, `RawDevice`, and `VirtualDevice` now implement `AsFd`.
13-
- `&AttributeSetRef` now implements `IntoIterator`.
14-
- `AttributeSet` now implements `FromIterator<&T>`.
1512

1613
### Changed
1714
- Removed the `evdev::Error` type - fallible functions now just return `io::Error`.
@@ -33,6 +30,20 @@
3330
### Fixed
3431
- Update `VirtualDevice::fetch_events` to yield `InputEvent`s instead of `UInputEvent`s. That was a bug which was not accounted for be the type system. Yielding `UInputEvent`s there will now panic.
3532

33+
## evdev 0.12.1
34+
[8fc58e1...af3c9b3](https://github.com/emberian/evdev/compare/8fc58e1...af3c9b3)
35+
36+
### Added
37+
38+
- `&AttributeSetRef` and `&mut AttributeSetRef` now implement `Default`.
39+
- `&AttributeSetRef` now implements `IntoIterator`.
40+
- `AttributeSet` now implements `FromIterator<&T>`.
41+
42+
### Changed
43+
44+
### Fixed
45+
- `enumerate_dev_nodes[_blocking]` now always returns a path to a file in `/dev/input`
46+
3647
## evdev 0.12.1 (2022-12-09)
3748
[86dfe33...8fc58e1](https://github.com/emberian/evdev/compare/86dfe33...8fc58e1)
3849

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evdev"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
authors = ["Corey Richardson <[email protected]>"]
55
description = "evdev interface for Linux"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)