Skip to content

Commit

Permalink
Release CIDER 0.24 (India)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 15, 2020
1 parent 5d27219 commit bfcf915
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.24.0 (2020-02-15)

### New features

* [#2787](https://github.com/clojure-emacs/cider/issues/2787): Fix nrepl process naming collision when using `nrepl-hide-special-buffers`
Expand Down
6 changes: 3 additions & 3 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.24.0-snapshot
;; Version: 0.24.0
;; Package-Requires: ((emacs "25") (clojure-mode "5.9") (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,12 +87,12 @@
(require 'seq)
(require 'sesman)

(defconst cider-version "0.24.0-snapshot"
(defconst cider-version "0.24.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.")

(defconst cider-codename "Lima"
(defconst cider-codename "India"
"Codename used to denote stable releases.")

(defcustom cider-lein-command
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.24
nav:
- modules/ROOT/nav.adoc
6 changes: 6 additions & 0 deletions doc/modules/ROOT/pages/about/compatibility.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,10 @@ Below you can find the official compatibility matrix for CIDER.
| 0.22
| 1.8

| 0.24
| 25.1
| 0.6
| 0.24
| 1.8

|===

0 comments on commit bfcf915

Please sign in to comment.