Skip to content

Commit

Permalink
(cargo-release) version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Aug 7, 2020
1 parent 9c71e89 commit 087d526
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->

## [Unreleased] - ReleaseDate

## [1.1.4] - 2020-08-07
- Rewrite argument parsing to be more robust [#63](https://github.com/svenstaro/wmfocus/issues/63)
- Add some debug information for font loading

Expand All @@ -27,7 +29,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Update to Rust 2018 edition

<!-- next-url -->
[Unreleased]: https://github.com/svenstaro/wmfocus/compare/1.1.3...HEAD
[Unreleased]: https://github.com/svenstaro/wmfocus/compare/v1.1.4...HEAD
[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
[1.1.1]: https://github.com/svenstaro/wmfocus/compare/1.1.0...1.1.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wmfocus"
description = "Visually focus windows by label"
version = "1.1.3"
version = "1.1.4"
repository = "https://github.com/svenstaro/wmfocus"
authors = ["Sven-Hendrik Haase <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ wmfocus will make use of a compositor to get real transparency.

## Full help
```
wmfocus 1.1.3
wmfocus 1.1.4
Sven-Hendrik Haase <[email protected]>
Expand Down

0 comments on commit 087d526

Please sign in to comment.