Skip to content

Commit

Permalink
Release version 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Aug 3, 2024
1 parent 0765418 commit 2b8a8b4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 (released 2024-08-03)
### Bugs fixed
* In version 6.3 a bug was introduced that caused
`vertico-directory-enter` to no longer remember candidates. This has
Expand Down
2 changes: 1 addition & 1 deletion company-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
;; Version: 6.3.1

;;; Commentary:

Expand Down
2 changes: 1 addition & 1 deletion corfu-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
;; Version: 6.3.1

;;; Commentary:

Expand Down
2 changes: 1 addition & 1 deletion ivy-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
;; Version: 6.3.1

;;; Commentary:

Expand Down
2 changes: 1 addition & 1 deletion prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Created: 7 Aug 2017
;; Package-Requires: ((emacs "25.1"))
;; SPDX-License-Identifier: MIT
;; Version: 6.3.0
;; Version: 6.3.1

;;; Commentary:

Expand Down
2 changes: 1 addition & 1 deletion selectrum-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
;; Version: 6.3.1

;;; Commentary:

Expand Down
2 changes: 1 addition & 1 deletion vertico-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
;; Version: 6.3.1

;;; Commentary:

Expand Down

0 comments on commit 2b8a8b4

Please sign in to comment.