diff options
-rw-r--r-- | changelog.md | 4 | ||||
-rw-r--r-- | xmobar.cabal | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 5e4fde6..aeb07e3 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## Version 0.51 (unrelease) + +- base dependency relaxed to 4.21 + ## Version 0.50 (June, 2025) - New plugins: `PacmanUpdates` (thanks, Alexander) diff --git a/xmobar.cabal b/xmobar.cabal index 0b8f01d..3fc45a9 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.50 +version: 0.51 homepage: https://codeberg.org/xmobar/xmobar synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. |