From dae0822e05af8974f534da9d9925fb5c54af90ff Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 26 Oct 2020 07:03:04 +0100 Subject: [PATCH] (cargo-release) version 1.1.5 --- 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 046bd0d..edf62c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate + +## [1.1.5] - 2020-10-26 - Fix horizontal positions of labels for tabbed layout [#70](https://github.com/svenstaro/wmfocus/issues/70) ## [1.1.4] - 2020-08-07 @@ -30,7 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Update to Rust 2018 edition -[Unreleased]: https://github.com/svenstaro/wmfocus/compare/v1.1.4...HEAD +[Unreleased]: https://github.com/svenstaro/wmfocus/compare/v1.1.5...HEAD +[1.1.5]: https://github.com/svenstaro/wmfocus/compare/v1.1.4...v1.1.5 [1.1.4]: https://github.com/svenstaro/wmfocus/compare/1.1.3...v1.1.4 [1.1.3]: https://github.com/svenstaro/wmfocus/compare/1.1.2...1.1.3 [1.1.2]: https://github.com/svenstaro/wmfocus/compare/1.1.1...1.1.2 diff --git a/Cargo.lock b/Cargo.lock index 5eca187..c6ae1dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,7 +829,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "wmfocus" -version = "1.1.5-alpha.0" +version = "1.1.5" dependencies = [ "cairo-rs", "cairo-sys-rs", diff --git a/Cargo.toml b/Cargo.toml index 961bed2..a0b3b12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wmfocus" description = "Visually focus windows by label" -version = "1.1.5-alpha.0" +version = "1.1.5" repository = "https://github.com/svenstaro/wmfocus" authors = ["Sven-Hendrik Haase "] license = "MIT" diff --git a/README.md b/README.md index 856dde5..bcc74a9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ wmfocus will make use of a compositor to get real transparency. ## Full help ``` -wmfocus 1.1.4 +wmfocus 1.1.5 Sven-Hendrik Haase