Skip to content

Commit

Permalink
Bump version number to 6.1.0. (#139)
Browse files Browse the repository at this point in the history
- Bump version number to 6.1.0 to make NonGNU ELPA install the correct
  versions of the files.

  NonGNU ELPA uses the commit that changed the version number as the
  stable version of the files. Therefore, without the bump, it would
  install an older version of the file `prescient.el`, which won't
  work with the Vertico and Corfu integration packages.

- Update changelog for new version. Also move link to correct section.
  • Loading branch information
okamsn authored Dec 16, 2022
1 parent 680fefa commit 72b023f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
5 changes: 3 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
## 6.1 (released 2022-12-16)
### New features
* Add package `vertico-prescient`, which integrates prescient.el with
Vertico ([#131]). New mode `vertico-prescient-mode` configures
Expand All @@ -15,6 +15,8 @@ The format is based on [Keep a Changelog].
sorting, candidate remembrance, filtering, and binds the toggling
commands while the Corfu pop-up is active.

[#131]: https://github.com/radian-software/prescient.el/pull/131

## 6.0 (released 2022-11-11)
### Bugs fixed
* Toggling off filter methods no longer accidentally changes the
Expand Down Expand Up @@ -83,7 +85,6 @@ The format is based on [Keep a Changelog].
[#125]: https://github.com/raxod502/prescient.el/pull/125
[#126]: https://github.com/radian-software/prescient.el/pull/126
[#127]: https://github.com/radian-software/prescient.el/pull/127
[#131]: https://github.com/radian-software/prescient.el/pull/131

## 5.2.1 (released 2022-06-01)
### Bugs fixed
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 "6.0.0") (company "0.9.6"))
;; Package-Requires: ((emacs "25.1") (prescient "6.1.0") (company "0.9.6"))
;; SPDX-License-Identifier: MIT
;; Version: 6.0.0
;; Version: 6.1.0

;;; Commentary:

Expand Down
4 changes: 2 additions & 2 deletions corfu-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
;; Homepage: https://github.com/radian-software/prescient.el
;; Keywords: extensions
;; Created: 23 Sep 2022
;; Package-Requires: ((emacs "27.1") (prescient "6.0.0") (corfu "0.28"))
;; Package-Requires: ((emacs "27.1") (prescient "6.1.0") (corfu "0.28"))
;; SPDX-License-Identifier: MIT
;; Version: 6.0.0
;; Version: 6.1.0

;;; 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 "6.0.0") (ivy "0.11.0"))
;; Package-Requires: ((emacs "25.1") (prescient "6.1.0") (ivy "0.11.0"))
;; SPDX-License-Identifier: MIT
;; Version: 6.0.0
;; Version: 6.1.0

;;; 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.0.0
;; Version: 6.1.0

;;; 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 "6.0.0") (selectrum "3.1"))
;; Package-Requires: ((emacs "25.1") (prescient "6.1.0") (selectrum "3.1"))
;; SPDX-License-Identifier: MIT
;; Version: 6.0.0
;; Version: 6.1.0

;;; Commentary:

Expand Down
4 changes: 2 additions & 2 deletions vertico-prescient.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
;; Homepage: https://github.com/radian-software/prescient.el
;; Keywords: extensions
;; Created: 23 Sep 2022
;; Package-Requires: ((emacs "27.1") (prescient "6.0.0") (vertico "0.28"))
;; Package-Requires: ((emacs "27.1") (prescient "6.1.0") (vertico "0.28"))
;; SPDX-License-Identifier: MIT
;; Version: 6.0.0
;; Version: 6.1.0

;;; Commentary:

Expand Down

0 comments on commit 72b023f

Please sign in to comment.