From 0a7397829a28f3a07ac534cc855565e95d056297 Mon Sep 17 00:00:00 2001 From: Poly Date: Tue, 4 Apr 2023 21:10:23 +0200 Subject: [PATCH] Version bump 0.5.4 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c9991..9139167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.4 +- Timeout dbus call to settings portal (100ms) + ## 0.5.3 - `ab_glyph` titles will read the system title font using memory mapped buffers instead of reading to heap. Lowers RAM usage. diff --git a/Cargo.toml b/Cargo.toml index 801788f..e281b56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sctk-adwaita" -version = "0.5.3" +version = "0.5.4" edition = "2021" authors = ["Poly "] keywords = ["sctk"]