summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-08-10 15:16:45 +0100
committerjao <jao@gnu.org>2022-08-10 15:16:45 +0100
commit09f9cb86a017d588db3f7524b3f12f6bee22f71c (patch)
tree0efcc7f833b53e09e0a0bc2535631c23a34e7d93
parent63303977071f34d8142709960e8dae97cea1951e (diff)
downloadxmobar-0.44.2.tar.gz
xmobar-0.44.2.tar.bz2
changelog and version bump0.44.2
-rw-r--r--changelog.md7
-rw-r--r--xmobar.cabal5
2 files changed, 9 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md
index 0bcf1c7..b4f5009 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,9 @@
-## Version 0.44.1 (July, 20022)
+## Version 0.44.2 (August, 2022)
+
+- Documentation improvements.
+- Missing doc files and xmobar.el added to distribution.
+
+## Version 0.44.1 (July, 2022)
Repository moved to Codeberg. No code changes.
diff --git a/xmobar.cabal b/xmobar.cabal
index 95c7a6f..55c27e8 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -1,5 +1,5 @@
name: xmobar
-version: 0.44.1
+version: 0.44.2
homepage: https://codeberg.org/xmobar/xmobar
synopsis: A Minimalistic Text Based Status Bar
description: Xmobar is a minimalistic text based status bar.
@@ -24,7 +24,8 @@ extra-source-files: readme.org, changelog.md,
etc/padding-icon.sh,
etc/xmobar.config,
etc/xmobar.hs,
- etc/xmonadpropwrite.hs
+ etc/xmonadpropwrite.hs,
+ etc/xmobar.el
source-repository head
type: git