File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 1.4.0 (2022-05-02)
6+
57## New features
68
79* [ #3188 ] ( https://github.com/clojure-emacs/cider/pull/3188 ) : Add support for ` undef-all ` op, for removing stale vars and conflicting aliases.
Original file line number Diff line number Diff line change 1111; ; Steve Purcell <steve@sanityinc.com>
1212; ; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
1313; ; URL: http://www.github.com/clojure-emacs/cider
14- ; ; Version: 1.4.0-snapshot
14+ ; ; Version: 1.4.0
1515; ; Package-Requires: ((emacs "26") (clojure-mode "5.14") (parseedn "1.0.6") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2"))
1616; ; Keywords: languages, clojure, cider
1717
9292(require 'sesman )
9393(require 'package )
9494
95- (defconst cider-version " 1.4.0-snapshot "
95+ (defconst cider-version " 1.4.0"
9696 " The current version of CIDER." )
9797
9898(defconst cider-codename " Kyiv"
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: cider
22title : CIDER
33# We always provide version without patch here (e.g. 1.1),
44# as patch versions should not appear in the docs.
5- version : ~
5+ version : 1.4
66nav :
77- modules/ROOT/nav.adoc
You can’t perform that action at this time.
0 commit comments