branch: externals/indent-bars commit a2f8b63f0f79282f04c1120e32ce39fdffca1824 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
bump version and add NEWS --- NEWS.org | 4 ++++ indent-bars.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.org b/NEWS.org index 62f09a9773..aeb625af27 100644 --- a/NEWS.org +++ b/NEWS.org @@ -2,6 +2,10 @@ #+author: J.D. Smith #+language: en +* v0.9.1 (20205-06-30) + +- Guard against invalid font ~space-width~. + * v0.9 (2025-06-29) - Add compatibility for variable pitch fonts, per window. diff --git a/indent-bars.el b/indent-bars.el index d97e2d9ff5..f8a8f6aac6 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.9 +;; Version: 0.9.1 ;; Keywords: convenience ;; indent-bars is free software: you can redistribute it and/or