From 216db19c4c4095833541f29900d8547bd83ce336 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 12 Jan 2024 06:24:49 -0500 Subject: [PATCH] chore: Release v2.2.3 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- PKGBUILD | 2 +- README.md | 2 +- 5 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93add61..7c7ac60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 2.2.3 - 2024-01-12 + +This release prevents unknown events from being logged by hyprland-rs, useful for [hyprland-autoname-workspaces](https://github.com/hyprland-community/hyprland-autoname-workspaces) users. + +### What's Changed + +- chore: prevent log flood when some event are send by @cyrinux in https://github.com/donovanglover/hyprdim/pull/55 +- chore(deps): Bump clap from 4.4.7 to 4.4.16 by @dependabot in https://github.com/donovanglover/hyprdim/pull/58 +- chore(deps): Bump serde from 1.0.190 to 1.0.195 by @dependabot in https://github.com/donovanglover/hyprdim/pull/56 +- chore(deps): Bump clap_complete from 4.4.4 to 4.4.6 by @dependabot in https://github.com/donovanglover/hyprdim/pull/53 +- chore(deps): Bump ctrlc from 3.4.1 to 3.4.2 by @dependabot in https://github.com/donovanglover/hyprdim/pull/49 +- chore(deps): Bump toml from 0.8.5 to 0.8.8 by @dependabot in https://github.com/donovanglover/hyprdim/pull/43 + +### New Contributors + +- @cyrinux made their first contribution in https://github.com/donovanglover/hyprdim/pull/55 + +**Full Changelog**: https://github.com/donovanglover/hyprdim/compare/2.2.2...2.2.3 + ## 2.2.2 - 2023-10-29 - [feat(cli): Add colored output to --help](https://github.com/donovanglover/hyprdim/commit/c9be9b037616c5b929d177c8c5dfb82f34242d8d). Optionally disable with `NO_COLOR=1`. diff --git a/Cargo.lock b/Cargo.lock index e2f9bae..11cd271 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,7 +404,7 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprdim" -version = "2.2.2" +version = "2.2.3" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4ec3043..e5d4bc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyprdim" description = "Automatically dim windows in Hyprland when switching between them." -version = "2.2.2" +version = "2.2.3" authors = ["Copyright (C) 2023 Donovan Glover "] repository = "https://github.com/donovanglover/hyprdim" license = "GPL-3.0-or-later" diff --git a/PKGBUILD b/PKGBUILD index 1d9e197..6e4fa0b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Donovan Glover pkgname=hyprdim -pkgver=2.2.2 +pkgver=2.2.3 pkgrel=1 pkgdesc="Automatically dim windows in Hyprland when switching between them" arch=('x86_64') diff --git a/README.md b/README.md index 743e1a7..6a7ba0d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ sudo dnf copr enable solopasha/hyprland && sudo dnf install hyprdim Follow the [install guide](https://www.rust-lang.org/tools/install) for Rust. Then, use cargo to install hyprdim. ```fish -cargo install --git https://github.com/donovanglover/hyprdim --tag 2.2.2 +cargo install --git https://github.com/donovanglover/hyprdim --tag 2.2.3 ``` Make sure `$HOME/.cargo/bin` is in your `$PATH` if it isn't already.