Skip to content

Commit

Permalink
Release CIDER 0.26 (Nesebar)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Aug 3, 2020
1 parent c323ffd commit 40e65fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 0.26.0 (2020-08-03)

### New features

* Add first class support for Babashka (more warnings when you connect to `babashka.nrepl`).
Expand Down
4 changes: 2 additions & 2 deletions cider.el
Original file line number Diff line number Diff line change
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.26.0-snapshot
;; Version: 0.26.0
;; 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"))
;; Keywords: languages, clojure, cider

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

(defconst cider-version "0.26.0-snapshot"
(defconst cider-version "0.26.0"
"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
2 changes: 1 addition & 1 deletion doc/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cider
title: CIDER
version: master
version: 0.26
nav:
- modules/ROOT/nav.adoc

0 comments on commit 40e65fd

Please sign in to comment.