From cdea281291ebccfd444bfe6012bb2fab5b40097d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20S=C3=A1lyi?= Date: Sun, 17 Nov 2024 02:06:42 +0100 Subject: [PATCH] Prepare release 0.1.10 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05dd458..aef6f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.1.10 - 2024-11-17 +- Fix sometimes disappearing mouse cursor above wallpapers +- Add small clarifications to README +- Update Arch Linux PKGBUILD to follow their Rust package guidelines +- Add minimum supported Rust version so Cargo can enforce it at build time +- Update dependencies + ## 0.1.9 - 2024-10-09 - Fix broken wallpapers on 90 degree rotated monitors [#9](https://github.com/gergo-salyi/multibg-sway/issues/9) - Update dependencies diff --git a/Cargo.lock b/Cargo.lock index 75fe476..a11ad90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -690,7 +690,7 @@ dependencies = [ [[package]] name = "multibg-sway" -version = "0.1.9" +version = "0.1.10" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 44fd3ed..25c2ad9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multibg-sway" -version = "0.1.9" +version = "0.1.10" authors = ["Gergő Sályi "] edition = "2021" rust-version = "1.80"