From 7843d4dd28522fb6b9923d9cd7bf1cfeb6e65df8 Mon Sep 17 00:00:00 2001 From: Tony Zorman Date: Sat, 3 Feb 2024 18:43:21 +0100 Subject: [PATCH] Bump version to 0.18.0.9 --- CHANGES.md | 14 +++++++++++--- xmonad-contrib.cabal | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 47e27520..f993bf78 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,16 @@ # Change Log / Release Notes -## 0.18.0 (February 3, 2024) +## _unreleased_ + +### Breaking Changes + +### New Modules + +### Bug Fixes and Minor Changes + +### Other changes + +## 0.18.0 (February 3, 20 ### Breaking Changes @@ -307,8 +317,6 @@ - Added `zipperFocusedAtFirstOf` to differentiate two lists into a zipper. -### Other changes - ## 0.17.1 (September 3, 2022) ### Breaking Changes diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index c712079c..cbb0916a 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -1,5 +1,5 @@ name: xmonad-contrib -version: 0.18.0 +version: 0.18.0.9 -- ^ also update cpp-options: -DXMONAD_CONTRIB_VERSION_* homepage: https://xmonad.org/