Merge branch 'release-v0.17.2' of https://github.com/xmonad/xmonad into after-0.17.2

This commit is contained in:
Tony Zorman
2023-04-02 15:17:55 +02:00
3 changed files with 8 additions and 2 deletions

View File

@@ -16,6 +16,12 @@
### Bug Fixes ### Bug Fixes
## 0.17.2 (April 2, 2023)
### Bug Fixes
* Fixed the build with GHC 9.6.
## 0.17.1 (September 3, 2022) ## 0.17.1 (September 3, 2022)
### Enhancements ### Enhancements

View File

@@ -101,7 +101,7 @@ This will give you the latest `HEAD`; if you want you can also check
out a tagged release, e.g.: out a tagged release, e.g.:
``` console ``` console
$ git clone --branch v0.17.1 https://github.com/xmonad/xmonad $ git clone --branch v0.17.2 https://github.com/xmonad/xmonad
$ git clone --branch v0.17.1 https://github.com/xmonad/xmonad-contrib $ git clone --branch v0.17.1 https://github.com/xmonad/xmonad-contrib
``` ```

View File

@@ -1,5 +1,5 @@
name: xmonad name: xmonad
version: 0.17.1.9 version: 0.17.2
synopsis: A tiling window manager synopsis: A tiling window manager
description: xmonad is a tiling window manager for X. Windows are arranged description: xmonad is a tiling window manager for X. Windows are arranged
automatically to tile the screen without gaps or overlap, maximising automatically to tile the screen without gaps or overlap, maximising