Skip to content

Commit 5b64609

Browse files
authored
Merge pull request #32 from rust-embedded-community/release/0.7.0
Bump to 0.7.0
2 parents c28896e + f79db2f commit 5b64609

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,20 @@
22

33
## Unreleased
44

5+
* None
6+
7+
## v0.7.0 (12 Feb 2022)
8+
59
* Changed ordering of `enum KeyCode` and names of several of the keys
10+
* Made 'enum KeyCode' FFI safe
611
* Support the mysterious 'Right Control 2' and 'Right Alt 2' so that Pause/Break
712
and Print Screen do the right thing.
813
* Fix the Backslash/Tilde swap on the UK Layout.
14+
* Added split PS/2 Decoder, Scancode interpreter and Event Decoder objects
15+
* Added example code
16+
* Improved docs - ASCII-art diagrams of ISO 102/105, ANSI 101/104 and JIS 106/109 keyboards.
917

10-
## v0.6.1 (20 October 2022)
18+
## v0.6.1 (20 Oct 2022)
1119

1220
* Fix Control-Letter codes on AZERTY
1321

@@ -21,7 +29,7 @@
2129
* Add Colemak, Dvorak Programmer and DE layouts
2230
* MSRV increased to Rust 1.61
2331

24-
## v0.5.1 (19 July 2020)
32+
## v0.5.1 (19 Jul 2020)
2533

2634
* Add Dvorak, JIS and Azerty layouts
2735

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "pc-keyboard"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
authors = ["Jonathan 'theJPster' Pallant <[email protected]>", "Rust Embedded Community Contributors"]
55
description = "PS/2 keyboard interface library."
6-
keywords = ["arm", "cortex-m", "template", "video", "menu"]
6+
keywords = ["keyboard", "ps/2", "scancode", "layout"]
77
categories = ["embedded", "no-std"]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/rust-embedded-community/pc-keyboard.git"

0 commit comments

Comments
 (0)