diff --git a/CHANGELOG.md b/CHANGELOG.md index 78202ef1..826daf56 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 +## 2.0 (released 2020-07-18) ### Breaking changes * The way to dynamically generate the candidate list has changed. Instead of rebinding `selectrum-preprocess-candidates-function` and @@ -167,6 +167,7 @@ The format is based on [Keep a Changelog]. [#42]: https://github.com/raxod502/selectrum/issues/42 [#44]: https://github.com/raxod502/selectrum/pull/44 [#49]: https://github.com/raxod502/selectrum/issues/49 +[#50]: https://github.com/raxod502/selectrum/pull/50 [#52]: https://github.com/raxod502/selectrum/issues/52 [#53]: https://github.com/raxod502/selectrum/issues/53 [#54]: https://github.com/raxod502/selectrum/pull/54 diff --git a/selectrum-helm.el b/selectrum-helm.el index 0769fb2d..77f5c7e1 100644 --- a/selectrum-helm.el +++ b/selectrum-helm.el @@ -6,9 +6,9 @@ ;; Created: 15 Apr 2020 ;; Homepage: https://github.com/raxod502/selectrum ;; Keywords: extensions -;; Package-Requires: ((emacs "25.1") (helm "3.6.1") (selectrum "1.0")) +;; Package-Requires: ((emacs "25.1") (helm "3.6.1") (selectrum "2.0")) ;; SPDX-License-Identifier: MIT -;; Version: 1.0 +;; Version: 2.0 ;;; Commentary: diff --git a/selectrum.el b/selectrum.el index 7e44162f..d5ab7e36 100644 --- a/selectrum.el +++ b/selectrum.el @@ -8,7 +8,7 @@ ;; Keywords: extensions ;; Package-Requires: ((emacs "25.1")) ;; SPDX-License-Identifier: MIT -;; Version: 1.0 +;; Version: 2.0 ;;; Commentary: