Skip to content

Commit

Permalink
Release 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Aug 14, 2020
1 parent 23c702c commit a89b694
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,11 +2,17 @@

## master (unreleased)

## 0.26.1 (2020-08-14)

### Bugs fixed

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

### Changes

* Bump the injected piggieback version to 0.5.1.

## 0.26.0 (2020-08-03)

### New features
Expand Down
4 changes: 2 additions & 2 deletions cider.el
Expand Up @@ -11,7 +11,7 @@
;; Steve Purcell <steve@sanityinc.com>
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
;; URL: http://www.github.com/clojure-emacs/cider
;; Version: 0.27.0-snapshot
;; Version: 0.26.1
;; 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"))
;; Keywords: languages, clojure, cider

Expand Down Expand Up @@ -87,7 +87,7 @@
(require 'seq)
(require 'sesman)

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

0 comments on commit a89b694

Please sign in to comment.