branch: externals/indent-bars commit 9a89849cec54debc85791118ea9b05cf9567765f Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Bump version and document --- NEWS.org | 4 ++-- indent-bars.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.org b/NEWS.org index acbcbe7205..552eb03013 100644 --- a/NEWS.org +++ b/NEWS.org @@ -2,9 +2,9 @@ #+author: J.D. Smith #+language: en -* DEVELOPMENT +* 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. +- Additional support for java, scala and rust TS modes, as well as TCL mode. * v0.8.4 (2025-05-08) - =BUGFIX= avoid ~args-out-of-range~ errors in TS modes. diff --git a/indent-bars.el b/indent-bars.el index 1e36dfb00b..f551d3667b 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.4 +;; Version: 0.8.5 ;; Keywords: convenience ;; indent-bars is free software: you can redistribute it and/or