Skip to content

Commit 51b75f4

Browse files
committed
Release version 2.0
1 parent 0a069e9 commit 51b75f4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog].
55

6-
## Unreleased
6+
## 2.0 (released 2020-07-18)
77
### Breaking changes
88
* The way to dynamically generate the candidate list has changed.
99
Instead of rebinding `selectrum-preprocess-candidates-function` and
@@ -167,6 +167,7 @@ The format is based on [Keep a Changelog].
167167
[#42]: https://github.com/raxod502/selectrum/issues/42
168168
[#44]: https://github.com/raxod502/selectrum/pull/44
169169
[#49]: https://github.com/raxod502/selectrum/issues/49
170+
[#50]: https://github.com/raxod502/selectrum/pull/50
170171
[#52]: https://github.com/raxod502/selectrum/issues/52
171172
[#53]: https://github.com/raxod502/selectrum/issues/53
172173
[#54]: https://github.com/raxod502/selectrum/pull/54

selectrum-helm.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
;; Created: 15 Apr 2020
77
;; Homepage: https://github.com/raxod502/selectrum
88
;; Keywords: extensions
9-
;; Package-Requires: ((emacs "25.1") (helm "3.6.1") (selectrum "1.0"))
9+
;; Package-Requires: ((emacs "25.1") (helm "3.6.1") (selectrum "2.0"))
1010
;; SPDX-License-Identifier: MIT
11-
;; Version: 1.0
11+
;; Version: 2.0
1212

1313
;;; Commentary:
1414

selectrum.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
;; Keywords: extensions
99
;; Package-Requires: ((emacs "25.1"))
1010
;; SPDX-License-Identifier: MIT
11-
;; Version: 1.0
11+
;; Version: 2.0
1212

1313
;;; Commentary:
1414

0 commit comments

Comments
 (0)