branch: externals/indent-bars commit ea74161b460114afeeaeb849a10fdde651b48718 Author: JD Smith <93749+jdtsm...@users.noreply.github.com> Commit: JD Smith <93749+jdtsm...@users.noreply.github.com>
Bump version --- NEWS.org | 5 ++--- indent-bars.el | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS.org b/NEWS.org index 3bcd235e23..bb157b5277 100644 --- a/NEWS.org +++ b/NEWS.org @@ -2,11 +2,10 @@ #+author: J.D. Smith #+language: en -* DEVELOPMENT +* v0.8.3 (2025-04-09) - Improve bar highlight logic when using ~indent-bars-starting-column=0~ (see #100). -- Perform depth calculation current depth for highlight just in time (see #101). - +- Perform depth calculation current depth for highlight just in time (see #101). * v0.8.2 (2024-11-07) diff --git a/indent-bars.el b/indent-bars.el index e8ca3ce511..e71f73b1da 100644 --- a/indent-bars.el +++ b/indent-bars.el @@ -1,10 +1,10 @@ ;;; indent-bars.el --- Highlight indentation with bars -*- lexical-binding: t; -*- -;; Copyright (C) 2023-2024 Free Software Foundation, Inc. +;; Copyright (C) 2023-2025 Free Software Foundation, Inc. ;; Author: J.D. Smith <jdtsmith+e...@gmail.com> ;; Homepage: https://github.com/jdtsmith/indent-bars ;; Package-Requires: ((emacs "27.1") (compat "29.1")) -;; Version: 0.8.2 +;; Version: 0.8.3 ;; Keywords: convenience ;; indent-bars is free software: you can redistribute it and/or