We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d971d commit 77596ebCopy full SHA for 77596eb
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+# v0.2.1
2
+
3
+- Add new keysyms from xorgproto 2024.1. (#29)
4
+- Add Keysym::NoSymbol. This is an alias for the "NO_SYMBOL" constant. (#17)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xkeysym"
-version = "0.2.0"
+version = "0.2.1"
edition = "2018"
5
authors = ["John Nunley <[email protected]>"]
6
description = "A library for working with X11 keysyms"
0 commit comments