branch: externals/consult commit 30a42ac8f3d42f653eda234ee538c1960704f4f2 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Version 2.2 --- CHANGELOG.org | 2 +- consult.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 9aad44d0ba..24d1f1bc20 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,7 +2,7 @@ #+author: Daniel Mendler #+language: en -* Development +* Version 2.2 (2025-04-02) - Add ~consult-info-define~ to conveniently define custom ~consult-info-*~ commands to search through a subset of info manuals. diff --git a/consult.el b/consult.el index 66414744c4..b39fb4e513 100644 --- a/consult.el +++ b/consult.el @@ -5,7 +5,7 @@ ;; Author: Daniel Mendler and Consult contributors ;; Maintainer: Daniel Mendler <m...@daniel-mendler.de> ;; Created: 2020 -;; Version: 2.1 +;; Version: 2.2 ;; Package-Requires: ((emacs "28.1") (compat "30")) ;; URL: https://github.com/minad/consult ;; Keywords: matching, files, completion