From c4cf4715f736fed77fb2af622c0760259ac2cf43 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Sun, 17 Dec 2023 17:28:44 +0000 Subject: [PATCH] Bump version number (pre-release 0.17.9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding `unGrab` to X.Operations is potentially a user-config breaking change (Ambiguous occurrence ‘unGrab’ …), so we need xmonad-contrib to conditionally reexport this (instead of just deprecating the now duplicated definition). Thus we need a version bump here. Related: 0156e2963b4d ("X.Operations: Add unGrab") --- xmonad.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmonad.cabal b/xmonad.cabal index 7b960e8..5aceb62 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -1,5 +1,5 @@ name: xmonad -version: 0.17.2.9 +version: 0.17.9 synopsis: A tiling window manager description: xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap, maximising