From 74e45c4014ae7048ecbb76eb6f54034b8b479480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Hern=C3=A1ndez=20Hern=C3=A1ndez?= Date: Fri, 2 Aug 2024 11:38:49 -0600 Subject: [PATCH] bump version to 0.7 --- CHANGELOG.md | 8 +++++++- config.mk | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc3edb5..3a299c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ## 0.7 -This version is just 0.6 with wlroots 0.18 compatibility. +See also [0.6](#0.6) release notes. 0.7 builds against wlroots 0.18.x. ### Added @@ -18,9 +18,15 @@ This version is just 0.6 with wlroots 0.18 compatibility. [601]: https://codeberg.org/dwl/dwl/issues/601 +### Fixed + +* Crash when re-mapping unmapped clients. + + ### Contributors Guido Cella +Lennart Jablonka ## 0.6 diff --git a/config.mk b/config.mk index c5e3b4c..1e0b810 100644 --- a/config.mk +++ b/config.mk @@ -1,4 +1,4 @@ -_VERSION = 0.7-rc1 +_VERSION = 0.7 VERSION = `git describe --tags --dirty 2>/dev/null || echo $(_VERSION)` PKG_CONFIG = pkg-config