diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-11-25 00:28:11 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-11-25 00:28:11 -0600 |
commit | f579dd86688c72d701cee70c428e2f2ccceba21c (patch) | |
tree | 6fbcb296d9b3f976b50170bf82d09c92e393b85c | |
parent | 24576f1fdf56bc8879203bb2d7e7cd116d4bba42 (diff) |
bump version to 0.5
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | config.mk | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f378693..ac0f3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -* [Unreleased](#unreleased) +* [0.5](#0.5) + +## 0.5 -## Unreleased ### Added * Allow configure x and y position of outputs ([#301][301]) @@ -50,7 +51,6 @@ [494]: https://github.com/djpohly/dwl/pull/494 -### Deprecated ### Removed * Remove unused `rootcolor` option ([#401][401]) @@ -79,7 +79,6 @@ [518]: https://github.com/djpohly/dwl/pull/518 -### Security ### Contributors * A Frederick Christensen @@ -1,4 +1,4 @@ -_VERSION = 0.4 +_VERSION = 0.5 VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)` PKG_CONFIG = pkg-config |