diff options
| -rw-r--r-- | changelog.md | 7 | ||||
| -rw-r--r-- | xmobar.cabal | 2 | 
2 files changed, 8 insertions, 1 deletions
| diff --git a/changelog.md b/changelog.md index 849d638..9f71fbb 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,10 @@ +## Version 0.41 (unreleased) + +_New features_ + +  - Disk monitors for FreeBSD (Michal Zielonka). +  - Improvements to signal handling when using xmobar as a library (John Soo). +  ## Version 0.40 (November, 2021)  _New features_ diff --git a/xmobar.cabal b/xmobar.cabal index 3799d64..190adb6 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@  name:               xmobar -version:            0.40 +version:            0.41  homepage:           http://xmobar.org  synopsis:           A Minimalistic Text Based Status Bar  description: 	    Xmobar is a minimalistic text based status bar. | 
