File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 1.2.0 (2021-12-22)
6+
57### New features
68
79* Integrate [ enrich-classpath] ( https://github.com/clojure-emacs/enrich-classpath ) by default for Leiningen projects.
810 * This enables functionality related to Java sources, javadocs or parsing thereof.
911 * This can slightly slow down jack-in for the _ first_ time for a given project; later on the related work will be cached.
12+ * The feature is experimental at this point and needs to be enabled with ` (setq cider-enrich-classpath t) ` .
1013* [ #2831 ] ( https://github.com/clojure-emacs/cider/issues/2831 ) : Add ` xref ` integration, configured with customizable variables ` cider-use-xref ` and ` cider-xref-fn-depth ` .
1114* [ #3017 ] ( https://github.com/clojure-emacs/cider/issues/3017 ) : Annotate company completion kinds.
1215* [ #3040 ] ( https://github.com/clojure-emacs/cider/pull/3040 ) : Support invoking ` cider-clojuredocs ` within the ` *clojuredocs* ` buffer.
Original file line number Diff line number Diff line change 1111; ; Steve Purcell <[email protected] >1212; ; Maintainer: Bozhidar Batsov <[email protected] >1313; ; URL: http://www.github.com/clojure-emacs/cider
14- ; ; Version: 1.2.0-snapshot
14+ ; ; Version: 1.2.0
1515; ; Package-Requires: ((emacs "26") (clojure-mode "5.12") (parseedn "1.0.6") (pkg-info "0.4") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2"))
1616; ; Keywords: languages, clojure, cider
1717
9292(require 'seq )
9393(require 'sesman )
9494
95- (defconst cider-version " 1.2.0-snapshot "
95+ (defconst cider-version " 1.2.0"
9696 " Fallback version used when it cannot be extracted automatically.
9797Normally it won't be used, unless `pkg-info' fails to extract the
9898version from the CIDER package or library." )
Original file line number Diff line number Diff line change 11name : cider
22title : CIDER
3- version : " master"
3+ # We always provide version without patch here (e.g. 1.1),
4+ # as patch versions should not appear in the docs.
5+ version : " 1.2"
46nav :
57- modules/ROOT/nav.adoc
You can’t perform that action at this time.
0 commit comments