Skip to content

Commit

Permalink
Release version 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Dec 28, 2021
1 parent 292ac9f commit 3dbcef3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 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
## 5.2 (released 2021-12-27)
### New features
* Two new user options, `selectrum-prescient-enable-filtering` and
`selectrum-prescient-enable-sorting`, which allow the user to
Expand Down Expand Up @@ -74,7 +74,7 @@ The format is based on [Keep a Changelog].
[#109]: https://github.com/raxod502/prescient.el/pull/109
[#110]: https://github.com/raxod502/prescient.el/pull/110

## 5.1 (released 2021-02-26)
## 5.2 (released 2021-02-26)
### Enhancements
* Literal-prefix matching, a new filter method whose behavior is that
the first subquery must be the prefix of the candidate and the
Expand Down
4 changes: 2 additions & 2 deletions company-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
;; Homepage: https://github.com/raxod502/prescient.el
;; Keywords: extensions
;; Created: 7 May 2018
;; Package-Requires: ((emacs "25.1") (prescient "5.1") (company "0.9.6"))
;; Package-Requires: ((emacs "25.1") (prescient "5.2") (company "0.9.6"))
;; SPDX-License-Identifier: MIT
;; Version: 5.1
;; Version: 5.2

;;; Commentary:

Expand Down
4 changes: 2 additions & 2 deletions ivy-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
;; Homepage: https://github.com/raxod502/prescient.el
;; Keywords: extensions
;; Created: 1 May 2018
;; Package-Requires: ((emacs "25.1") (prescient "5.1") (ivy "0.11.0"))
;; Package-Requires: ((emacs "25.1") (prescient "5.2") (ivy "0.11.0"))
;; SPDX-License-Identifier: MIT
;; Version: 5.1
;; Version: 5.2

;;; 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: 5.1
;; Version: 5.2

;;; Commentary:

Expand Down
4 changes: 2 additions & 2 deletions selectrum-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
;; Homepage: https://github.com/raxod502/prescient.el
;; Keywords: extensions
;; Created: 8 Dec 2019
;; Package-Requires: ((emacs "25.1") (prescient "5.1") (selectrum "3.1"))
;; Package-Requires: ((emacs "25.1") (prescient "5.2") (selectrum "3.1"))
;; SPDX-License-Identifier: MIT
;; Version: 5.1
;; Version: 5.2

;;; Commentary:

Expand Down

0 comments on commit 3dbcef3

Please sign in to comment.