We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54d37e commit c65ea8dCopy full SHA for c65ea8d
CHANGES.md
@@ -1,6 +1,6 @@
1
# Change Log / Release Notes
2
3
-## _unreleased_
+## 0.18.0 (February 3, 2024)
4
5
### Breaking Changes
6
xmonad-contrib.cabal
@@ -1,5 +1,5 @@
name: xmonad-contrib
-version: 0.17.1.9
+version: 0.18.0
-- ^ also update cpp-options: -DXMONAD_CONTRIB_VERSION_*
homepage: https://xmonad.org/
@@ -71,8 +71,8 @@ library
71
default-language: Haskell2010
72
73
cpp-options: -DXMONAD_CONTRIB_VERSION_MAJOR=0
74
- -DXMONAD_CONTRIB_VERSION_MINOR=17
75
- -DXMONAD_CONTRIB_VERSION_PATCH=1
+ -DXMONAD_CONTRIB_VERSION_MINOR=18
+ -DXMONAD_CONTRIB_VERSION_PATCH=0
76
ghc-options: -Wall -Wno-unused-do-bind
77
78
if flag(pedantic)
0 commit comments