Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Sep 13, 2024
1 parent 42acef2 commit 4a48088
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

## Unreleased

## v0.8.0 (13 Sep 2024)

* Add 102/105-key Finnish/Swedish layout
* Add 102/105-key Norwegian layout
* Fix broken Backslash for Us104 layout
* Fix `<` and `>` for Azerty layout
* Renamed `Modifiers::alt_gr` to `Modifiers::ralt` and add `Modifiers::lalt`

## v0.7.0 (12 Feb 2022)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pc-keyboard"
version = "0.7.0"
version = "0.8.0"
authors = ["Jonathan 'theJPster' Pallant <[email protected]>", "Rust Embedded Community Contributors"]
description = "PS/2 keyboard interface library."
keywords = ["keyboard", "ps2", "scancode", "layout"]
Expand Down

0 comments on commit 4a48088

Please sign in to comment.