Skip to content

Commit c65ea8d

Browse files
committed
Bump version to 0.18.0
1 parent d54d37e commit c65ea8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log / Release Notes
22

3-
## _unreleased_
3+
## 0.18.0 (February 3, 2024)
44

55
### Breaking Changes
66

xmonad-contrib.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: xmonad-contrib
2-
version: 0.17.1.9
2+
version: 0.18.0
33
-- ^ also update cpp-options: -DXMONAD_CONTRIB_VERSION_*
44

55
homepage: https://xmonad.org/
@@ -71,8 +71,8 @@ library
7171
default-language: Haskell2010
7272

7373
cpp-options: -DXMONAD_CONTRIB_VERSION_MAJOR=0
74-
-DXMONAD_CONTRIB_VERSION_MINOR=17
75-
-DXMONAD_CONTRIB_VERSION_PATCH=1
74+
-DXMONAD_CONTRIB_VERSION_MINOR=18
75+
-DXMONAD_CONTRIB_VERSION_PATCH=0
7676
ghc-options: -Wall -Wno-unused-do-bind
7777

7878
if flag(pedantic)

0 commit comments

Comments
 (0)