File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 0.24.0 (2020-02-15)
6+
57### New features
68
79* [ #2787 ] ( https://github.com/clojure-emacs/cider/issues/2787 ) : Fix nrepl process naming collision when using ` nrepl-hide-special-buffers `
Original file line number Diff line number Diff line change 1111; ; Steve Purcell <steve@sanityinc.com>
1212; ; Maintainer: Bozhidar Batsov <bozhidar@batsov.com>
1313; ; URL: http://www.github.com/clojure-emacs/cider
14- ; ; Version: 0.24.0-snapshot
14+ ; ; Version: 0.24.0
1515; ; 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"))
1616; ; Keywords: languages, clojure, cider
1717
8787(require 'seq )
8888(require 'sesman )
8989
90- (defconst cider-version " 0.24.0-snapshot "
90+ (defconst cider-version " 0.24.0"
9191 " Fallback version used when it cannot be extracted automatically.
9292Normally it won't be used, unless `pkg-info' fails to extract the
9393version from the CIDER package or library." )
9494
95- (defconst cider-codename " Lima "
95+ (defconst cider-codename " India "
9696 " Codename used to denote stable releases." )
9797
9898(defcustom cider-lein-command
Original file line number Diff line number Diff line change 11name : cider
22title : CIDER
3- version : master
3+ version : 0.24
44nav :
55- modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change @@ -66,4 +66,10 @@ Below you can find the official compatibility matrix for CIDER.
6666| 0.22
6767| 1.8
6868
69+ | 0.24
70+ | 25.1
71+ | 0.6
72+ | 0.24
73+ | 1.8
74+
6975|===
You can’t perform that action at this time.
0 commit comments