Skip to content

Commit

Permalink
bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sevz17 committed Nov 25, 2023
1 parent 24576f1 commit f579dd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down Expand Up @@ -50,7 +51,6 @@
[494]: https://github.com/djpohly/dwl/pull/494


### Deprecated
### Removed

* Remove unused `rootcolor` option ([#401][401])
Expand Down Expand Up @@ -79,7 +79,6 @@
[518]: https://github.com/djpohly/dwl/pull/518


### Security
### Contributors

* A Frederick Christensen
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_VERSION = 0.4
_VERSION = 0.5
VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)`

PKG_CONFIG = pkg-config
Expand Down

0 comments on commit f579dd8

Please sign in to comment.