From c39bf07c56b427bf41aafd7d20eaef5cf3c312b5 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 25 Feb 2024 18:04:02 -0800 Subject: [PATCH] Release version 6.3 --- CHANGELOG.md | 2 +- company-prescient.el | 2 +- corfu-prescient.el | 4 ++-- ivy-prescient.el | 2 +- prescient.el | 2 +- selectrum-prescient.el | 2 +- vertico-prescient.el | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba87d5e..7adca3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog]. -## Unreleased +## 6.3 (released 2024-02-25) ### Enhancements * The completion style now supports lazy highlighting via `completion-lazy-hilit` and `completion-lazy-hilit-fn`, new in Emacs diff --git a/company-prescient.el b/company-prescient.el index 19399c6..67158d2 100644 --- a/company-prescient.el +++ b/company-prescient.el @@ -8,7 +8,7 @@ ;; Created: 7 May 2018 ;; Package-Requires: ((emacs "25.1") (prescient "6.1.0") (company "0.9.6")) ;; SPDX-License-Identifier: MIT -;; Version: 6.2.0 +;; Version: 6.3.0 ;;; Commentary: diff --git a/corfu-prescient.el b/corfu-prescient.el index 3133dd3..69e0611 100644 --- a/corfu-prescient.el +++ b/corfu-prescient.el @@ -8,7 +8,7 @@ ;; Created: 23 Sep 2022 ;; Package-Requires: ((emacs "27.1") (prescient "6.1.0") (corfu "1.1")) ;; SPDX-License-Identifier: MIT -;; Version: 6.2.0 +;; Version: 6.3.0 ;;; Commentary: @@ -224,7 +224,7 @@ This mode will: (when (equal (lookup-key corfu-map (kbd "M-s")) prescient-toggle-map) (define-key corfu-map (kbd "M-s") - corfu-prescient--old-toggle-binding)) + corfu-prescient--old-toggle-binding)) (remove-hook 'prescient--toggle-refresh-functions #'corfu-prescient--toggle-refresh) (if (boundp 'corfu--state-vars) diff --git a/ivy-prescient.el b/ivy-prescient.el index 0bfc202..6b33b30 100644 --- a/ivy-prescient.el +++ b/ivy-prescient.el @@ -8,7 +8,7 @@ ;; Created: 1 May 2018 ;; Package-Requires: ((emacs "25.1") (prescient "6.1.0") (ivy "0.11.0")) ;; SPDX-License-Identifier: MIT -;; Version: 6.2.0 +;; Version: 6.3.0 ;;; Commentary: diff --git a/prescient.el b/prescient.el index 4efa0fd..9fc280b 100644 --- a/prescient.el +++ b/prescient.el @@ -8,7 +8,7 @@ ;; Created: 7 Aug 2017 ;; Package-Requires: ((emacs "25.1")) ;; SPDX-License-Identifier: MIT -;; Version: 6.2.0 +;; Version: 6.3.0 ;;; Commentary: diff --git a/selectrum-prescient.el b/selectrum-prescient.el index 97be4d4..5bd0ffe 100644 --- a/selectrum-prescient.el +++ b/selectrum-prescient.el @@ -8,7 +8,7 @@ ;; Created: 8 Dec 2019 ;; Package-Requires: ((emacs "25.1") (prescient "6.1.0") (selectrum "3.1")) ;; SPDX-License-Identifier: MIT -;; Version: 6.2.0 +;; Version: 6.3.0 ;;; Commentary: diff --git a/vertico-prescient.el b/vertico-prescient.el index 24c7f09..7d6f6c6 100644 --- a/vertico-prescient.el +++ b/vertico-prescient.el @@ -8,7 +8,7 @@ ;; Created: 23 Sep 2022 ;; Package-Requires: ((emacs "27.1") (prescient "6.1.0") (vertico "0.28") (compat "29.1")) ;; SPDX-License-Identifier: MIT -;; Version: 6.2.0 +;; Version: 6.3.0 ;;; Commentary: @@ -262,7 +262,7 @@ This mode will: (when (equal (lookup-key vertico-map (kbd "M-s")) prescient-toggle-map) (define-key vertico-map (kbd "M-s") - vertico-prescient--old-toggle-binding)) + vertico-prescient--old-toggle-binding)) (remove-hook 'prescient--toggle-refresh-functions #'vertico-prescient--toggle-refresh)