Skip to content

Commit 00809e4

Browse files
committed
Release 0.5.0
1 parent 551b391 commit 00809e4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

33
## master (unreleased)
44

5-
### Changed
6-
- [#13](https://github.com/clojure-emacs/helm-cider/pull/13): remove cider-compat require (removed from cider)
5+
## 0.5.0 (2022-01-03)
76

87
### New features
98

10-
- [#10](https://github.com/clojure-emacs/helm-cider/pull/10): Port `clojure-cheatsheet`
9+
- [#10](https://github.com/clojure-emacs/helm-cider/pull/10): Port `clojure-cheatsheet`.
10+
11+
### Changed
12+
13+
- [#13](https://github.com/clojure-emacs/helm-cider/pull/13): Remove `cider-compat` require (file was removed from CIDER).
14+
- Require Emacs 26 (follows upstream changes in CIDER).
1115

1216
## 0.4.0 (2018-01-20)
1317

helm-cider.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Package-Requires: ((emacs "26") (cider "1.0") (helm-core "2.8"))
77
;; Keywords: cider, clojure, helm, languages
88
;; URL: https://github.com/clojure-emacs/helm-cider
9-
;; Version: 0.4.0
9+
;; Version: 0.5.0
1010

1111
;; This program is free software; you can redistribute it and/or modify
1212
;; it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)