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 2
2
3
3
## master (unreleased)
4
4
5
+ ## 1.2.0 (2021-12-22)
6
+
5
7
### New features
6
8
7
9
* Integrate [ enrich-classpath] ( https://github.com/clojure-emacs/enrich-classpath ) by default for Leiningen projects.
8
10
* This enables functionality related to Java sources, javadocs or parsing thereof.
9
11
* 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) ` .
10
13
* [ #2831 ] ( https://github.com/clojure-emacs/cider/issues/2831 ) : Add ` xref ` integration, configured with customizable variables ` cider-use-xref ` and ` cider-xref-fn-depth ` .
11
14
* [ #3017 ] ( https://github.com/clojure-emacs/cider/issues/3017 ) : Annotate company completion kinds.
12
15
* [ #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 11
11
; ; Steve Purcell <[email protected] >
12
12
; ; Maintainer: Bozhidar Batsov <[email protected] >
13
13
; ; URL: http://www.github.com/clojure-emacs/cider
14
- ; ; Version: 1.2.0-snapshot
14
+ ; ; Version: 1.2.0
15
15
; ; 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"))
16
16
; ; Keywords: languages, clojure, cider
17
17
92
92
(require 'seq )
93
93
(require 'sesman )
94
94
95
- (defconst cider-version " 1.2.0-snapshot "
95
+ (defconst cider-version " 1.2.0"
96
96
" Fallback version used when it cannot be extracted automatically.
97
97
Normally it won't be used, unless `pkg-info' fails to extract the
98
98
version from the CIDER package or library." )
Original file line number Diff line number Diff line change 1
1
name : cider
2
2
title : 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"
4
6
nav :
5
7
- modules/ROOT/nav.adoc
You can’t perform that action at this time.
0 commit comments