branch: externals/indent-bars
commit 517487aa1666fac688685d01085a7d1fee89ef8d
Author: JD Smith <93749+jdtsm...@users.noreply.github.com>
Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>

    Bump version and update NEWS
---
 NEWS.org       | 4 ++++
 indent-bars.el | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/NEWS.org b/NEWS.org
index 552eb03013..cea79b774e 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -2,6 +2,10 @@
 #+author: J.D. Smith
 #+language: en
 
+* v0.9 (2025-06-29)
+
+- Add compatibility variable pitch fonts, per window.
+
 * v0.8.5 (2025-06-24)
 - Allow ~indent-bars~ to work in modes where ~font-lock~ keywords are not set 
(e.g. fundamental/text).
 - Additional support for java, scala and rust TS modes, as well as TCL mode.
diff --git a/indent-bars.el b/indent-bars.el
index bd41357de4..a2dbb88b23 100644
--- a/indent-bars.el
+++ b/indent-bars.el
@@ -4,7 +4,7 @@
 ;; Author: J.D. Smith <jdtsmith+e...@gmail.com>
 ;; Homepage: https://github.com/jdtsmith/indent-bars
 ;; Package-Requires: ((emacs "27.1") (compat "30"))
-;; Version: 0.8.5
+;; Version: 0.9
 ;; Keywords: convenience
 
 ;; indent-bars is free software: you can redistribute it and/or

Reply via email to