branch: externals/consult
commit 312f2db1a23ef5428ab9553679147d5ff3a4e57d
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Version 3.3
---
CHANGELOG.org | 2 +-
consult.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index f6d17deda6..303df1a5fd 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -2,7 +2,7 @@
#+author: Daniel Mendler
#+language: en
-* Development
+* Version 3.3 (2026-01-18)
- *BREAKING CHANGE*: The syntax to pass options to =consult-ripgrep=,
=consult-fd=
etc. has changed. The overall syntax should be familiar since it resembles
the
diff --git a/consult.el b/consult.el
index 8aca8ed828..34871f3600 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: 3.2
+;; Version: 3.3
;; Package-Requires: ((emacs "29.1") (compat "30"))
;; URL: https://github.com/minad/consult
;; Keywords: matching, files, completion