Skip to content

Commit 77596eb

Browse files
committed
v0.2.1
Signed-off-by: John Nunley <[email protected]>
1 parent a4d971d commit 77596eb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xkeysym"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2018"
55
authors = ["John Nunley <[email protected]>"]
66
description = "A library for working with X11 keysyms"

0 commit comments

Comments
 (0)