Skip to content

Commit 57182d6

Browse files
jonathanpallantthejpster
authored andcommitted
Bump to 0.8.0
1 parent 42acef2 commit 57182d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.8.0 (13 Sep 2024)
6+
57
* Add 102/105-key Finnish/Swedish layout
68
* Add 102/105-key Norwegian layout
9+
* Fix broken Backslash for Us104 layout
10+
* Fix `<` and `>` for Azerty layout
11+
* Renamed `Modifiers::alt_gr` to `Modifiers::ralt` and add `Modifiers::lalt`
712

813
## v0.7.0 (12 Feb 2022)
914

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pc-keyboard"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>", "Rust Embedded Community Contributors"]
55
description = "PS/2 keyboard interface library."
66
keywords = ["keyboard", "ps2", "scancode", "layout"]

0 commit comments

Comments
 (0)