Skip to content

Commit 40e65fd

Browse files
committed
Release CIDER 0.26 (Nesebar)
1 parent c323ffd commit 40e65fd

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

33
## master (unreleased)
44

5+
## 0.26.0 (2020-08-03)
6+
57
### New features
68

79
* Add first class support for Babashka (more warnings when you connect to `babashka.nrepl`).

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.26.0-snapshot
14+
;; Version: 0.26.0
1515
;; Package-Requires: ((emacs "25") (clojure-mode "5.11") (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.26.0-snapshot"
90+
(defconst cider-version "0.26.0"
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.")

doc/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cider
22
title: CIDER
3-
version: master
3+
version: 0.26
44
nav:
55
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)