From 4d2c8e428c9234d46213feb654c0cab4ec6fa8de Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 1 Jan 2024 03:58:38 +0100 Subject: [PATCH] chore: Release wmfocus version 1.5.0 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 866eb2d..84e379a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.5.0] - 2024-01-01 - Add the `--swap` flag to swap the currently active window with the selected window [#325](https://github.com/svenstaro/wmfocus/pull/325) (thanks @Nukesor) ## [1.4.0] - 2023-01-22 @@ -43,7 +45,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Update to Rust 2018 edition -[Unreleased]: https://github.com/svenstaro/wmfocus/compare/v1.4.0...HEAD +[Unreleased]: https://github.com/svenstaro/wmfocus/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/svenstaro/wmfocus/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/svenstaro/wmfocus/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/svenstaro/wmfocus/compare/v1.2.0...v1.3.0 [1.2.0]: https://github.com/svenstaro/wmfocus/compare/v1.1.5...v1.2.0 diff --git a/Cargo.lock b/Cargo.lock index c354d91..6bdc3fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1107,7 +1107,7 @@ dependencies = [ [[package]] name = "wmfocus" -version = "1.4.0" +version = "1.5.0" dependencies = [ "anyhow", "cairo-rs", diff --git a/Cargo.toml b/Cargo.toml index 06ef68f..107ecb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wmfocus" description = "Visually focus windows by label" -version = "1.4.0" +version = "1.5.0" repository = "https://github.com/svenstaro/wmfocus" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/README.md b/README.md index 77e13f0..d5bee76 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ wmfocus will make use of a compositor to get real transparency. ## Full help ``` -wmfocus 1.4.0 +wmfocus 1.5.0 Sven-Hendrik Haase