Skip to content

Commit cb69b6b

Browse files
committed
Release CIDER 0.25 ("Bergamo")
1 parent c5d694d commit cb69b6b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
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.25.0 (2020-06-04)
6+
57
### New features
68

79
* [#2482](https://github.com/clojure-emacs/cider/pull/2842): Improvements to CIDER Inspector.

cider.el

Lines changed: 3 additions & 3 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.25.0-snapshot
14+
;; Version: 0.25.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,12 +87,12 @@
8787
(require 'seq)
8888
(require 'sesman)
8989

90-
(defconst cider-version "0.25.0-snapshot"
90+
(defconst cider-version "0.25.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.")
9494

95-
(defconst cider-codename "India"
95+
(defconst cider-codename "Bergamo"
9696
"Codename used to denote stable releases.")
9797

9898
(defcustom cider-lein-command

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.25
44
nav:
55
- modules/ROOT/nav.adoc

doc/modules/ROOT/pages/about/compatibility.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,10 @@ Below you can find the official compatibility matrix for CIDER.
7272
| 0.24
7373
| 1.8
7474

75+
| 0.25
76+
| 25.1
77+
| 0.6
78+
| 0.25
79+
| 1.8
80+
7581
|===

0 commit comments

Comments
 (0)