We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca7e2f commit 618d0beCopy full SHA for 618d0be
CHANGELOG.md
@@ -2,10 +2,16 @@
2
3
## Unreleased
4
5
+## 0.12.2 -- 2020-12-30
6
+
7
#### Changes
8
9
- Dependency on `byteorder` was replaced with `u32::from_ne_bytes()`
10
11
+#### Bugfixes
12
13
+- Don't crash when the font cannot be loaded to draw decorations
14
15
## 0.12.1 -- 2020-12-08
16
17
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "smithay-client-toolkit"
-version = "0.12.1"
+version = "0.12.2"
authors = ["Victor Berger <victor.berger@m4x.org>"]
documentation = "https://smithay.github.io/client-toolkit"
repository = "https://github.com/smithay/client-toolkit"
0 commit comments