Skip to content

Commit 618d0be

Browse files
committed
version 0.12.2
1 parent 3ca7e2f commit 618d0be

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
## Unreleased
44

5+
## 0.12.2 -- 2020-12-30
6+
57
#### Changes
68

79
- Dependency on `byteorder` was replaced with `u32::from_ne_bytes()`
810

11+
#### Bugfixes
12+
13+
- Don't crash when the font cannot be loaded to draw decorations
14+
915
## 0.12.1 -- 2020-12-08
1016

1117
#### Changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smithay-client-toolkit"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
authors = ["Victor Berger <victor.berger@m4x.org>"]
55
documentation = "https://smithay.github.io/client-toolkit"
66
repository = "https://github.com/smithay/client-toolkit"

0 commit comments

Comments
 (0)