bump version to 0.5

This commit is contained in:
Leonardo Hernández Hernández 2023-11-25 00:28:11 -06:00
parent 24576f1fdf
commit f579dd8668
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,9 @@
# Changelog # Changelog
* [Unreleased](#unreleased) * [0.5](#0.5)
## 0.5
## Unreleased
### Added ### Added
* Allow configure x and y position of outputs ([#301][301]) * Allow configure x and y position of outputs ([#301][301])
@ -50,7 +51,6 @@
[494]: https://github.com/djpohly/dwl/pull/494 [494]: https://github.com/djpohly/dwl/pull/494
### Deprecated
### Removed ### Removed
* Remove unused `rootcolor` option ([#401][401]) * Remove unused `rootcolor` option ([#401][401])
@ -79,7 +79,6 @@
[518]: https://github.com/djpohly/dwl/pull/518 [518]: https://github.com/djpohly/dwl/pull/518
### Security
### Contributors ### Contributors
* A Frederick Christensen * A Frederick Christensen

View File

@ -1,4 +1,4 @@
_VERSION = 0.4 _VERSION = 0.5
VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)` VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)`
PKG_CONFIG = pkg-config PKG_CONFIG = pkg-config