diff --git a/CHANGELOG.org b/CHANGELOG.org index a0735b40..3b2af731 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,7 +2,7 @@ #+author: Daniel Mendler #+language: en -* Development +* Version 1.5 (2024-04-19) - Bugfix ~consult-buffer~: Handle buffer renaming during minibuffer completion gracefully, by attaching the actual buffer objects to the completion candidate diff --git a/consult.el b/consult.el index ad779170..b24db759 100644 --- a/consult.el +++ b/consult.el @@ -5,7 +5,7 @@ ;; Author: Daniel Mendler and Consult contributors ;; Maintainer: Daniel Mendler ;; Created: 2020 -;; Version: 1.4 +;; Version: 1.5 ;; Package-Requires: ((emacs "27.1") (compat "29.1.4.4")) ;; Homepage: https://github.com/minad/consult ;; Keywords: matching, files, completion