Skip to content

Commit a89b694

Browse files
committed
Release 0.26.1
1 parent 23c702c commit a89b694

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
## master (unreleased)
44

5+
## 0.26.1 (2020-08-14)
6+
57
### Bugs fixed
68

79
[#2886](https://github.com/clojure-emacs/cider/pull/2886): Don't check for `node`'s presence before starting a browser REPL.
810
[#2889](https://github.com/clojure-emacs/cider/pull/2889): Fix a typo in `cider-info-form`.
911

12+
### Changes
13+
14+
* Bump the injected piggieback version to 0.5.1.
15+
1016
## 0.26.0 (2020-08-03)
1117

1218
### New features

cider.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; Steve Purcell <[email protected]>
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
1313
;; URL: http://www.github.com/clojure-emacs/cider
14-
;; Version: 0.27.0-snapshot
14+
;; Version: 0.26.1
1515
;; Package-Requires: ((emacs "25") (clojure-mode "5.12") (parseedn "0.1") (pkg-info "0.4") (queue "0.2") (spinner "1.7") (seq "2.16") (sesman "0.3.2"))
1616
;; Keywords: languages, clojure, cider
1717

@@ -87,7 +87,7 @@
8787
(require 'seq)
8888
(require 'sesman)
8989

90-
(defconst cider-version "0.27.0-snapshot"
90+
(defconst cider-version "0.26.1"
9191
"Fallback version used when it cannot be extracted automatically.
9292
Normally it won't be used, unless `pkg-info' fails to extract the
9393
version from the CIDER package or library.")

0 commit comments

Comments
 (0)