mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-02 21:21:52 -07:00
Merge branch 'release-v0.17.2' of https://github.com/xmonad/xmonad into after-0.17.2
This commit is contained in:
@@ -16,6 +16,12 @@
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
## 0.17.2 (April 2, 2023)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fixed the build with GHC 9.6.
|
||||
|
||||
## 0.17.1 (September 3, 2022)
|
||||
|
||||
### Enhancements
|
||||
|
@@ -101,7 +101,7 @@ This will give you the latest `HEAD`; if you want you can also check
|
||||
out a tagged release, e.g.:
|
||||
|
||||
``` 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
|
||||
```
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
name: xmonad
|
||||
version: 0.17.1.9
|
||||
version: 0.17.2
|
||||
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
|
||||
|
Reference in New Issue
Block a user