branch: externals/consult
commit 48d09c200c683ffb09ad5863d5496e230b9fe3f9
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Version 2.3
---
CHANGELOG.org | 2 +-
consult.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 690114daac..735474d6a3 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -2,7 +2,7 @@
#+author: Daniel Mendler
#+language: en
-* Development
+* Version 2.3 (2025-04-19)
- Bugfix: ~consult--read~ accepts list of symbols.
- Bugfix: ~consult-theme~ handles invalid themes gracefully.
diff --git a/consult.el b/consult.el
index 4417143b33..79b2b6ddbe 100644
--- a/consult.el
+++ b/consult.el
@@ -5,7 +5,7 @@
;; Author: Daniel Mendler and Consult contributors
;; Maintainer: Daniel Mendler <[email protected]>
;; Created: 2020
-;; Version: 2.2
+;; Version: 2.3
;; Package-Requires: ((emacs "28.1") (compat "30"))
;; URL: https://github.com/minad/consult
;; Keywords: matching, files, completion