Skip to content

Commit bec406a

Browse files
committed
Release version 3.0
1 parent 4fafb80 commit bec406a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 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+
## 3.0 (released 2020-10-20)
77
### Breaking changes
88
* The function `selectrum-read-directory-name` is no longer available.
99
* When reading directories and the default is already in the prompt,

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 "2.0"))
9+
;; Package-Requires: ((emacs "25.1") (helm "3.6.1") (selectrum "3.0"))
1010
;; SPDX-License-Identifier: MIT
11-
;; Version: 2.0
11+
;; Version: 3.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: 2.0
11+
;; Version: 3.0
1212

1313
;;; Commentary:
1414

0 commit comments

Comments
 (0)