We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5de0fc commit afd6824Copy full SHA for afd6824
CHANGES.md
@@ -1,6 +1,6 @@
1
# Change Log / Release Notes
2
3
-## unknown
+## 0.17.1 (September 3, 2021)
4
5
### Breaking Changes
6
xmonad-contrib.cabal
@@ -1,5 +1,5 @@
name: xmonad-contrib
-version: 0.17.0.9
+version: 0.17.1
-- ^ also update cpp-options: -DXMONAD_CONTRIB_VERSION_*
homepage: https://xmonad.org/
@@ -72,7 +72,7 @@ library
72
73
cpp-options: -DXMONAD_CONTRIB_VERSION_MAJOR=0
74
-DXMONAD_CONTRIB_VERSION_MINOR=17
75
- -DXMONAD_CONTRIB_VERSION_PATCH=0
+ -DXMONAD_CONTRIB_VERSION_PATCH=1
76
ghc-options: -Wall -Wno-unused-do-bind
77
78
if flag(pedantic)
0 commit comments