diff options
author | jao <jao@gnu.org> | 2025-06-07 15:12:24 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-06-07 15:12:24 +0100 |
commit | 14516547f320217e10af53cbe02d44772177a6f7 (patch) | |
tree | 7e0bbf0992d1257604a610188649cfcf359031e2 | |
parent | 6971c0e7342f347af046d17a5df99d7e734b74bd (diff) | |
download | xmobar-14516547f320217e10af53cbe02d44772177a6f7.tar.gz xmobar-14516547f320217e10af53cbe02d44772177a6f7.tar.bz2 |
-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. |