+19
-7
lines changedFilter options
+19
-7
lines changed Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## master (unreleased)
4
4
5
+
## 1.18.0 (2025-04-30)
6
+
5
7
### New features
6
8
7
9
- [#3802](https://github.com/clojure-emacs/cider/issues/3802): Inspector analytics.
@@ -12,6 +14,7 @@
12
14
13
15
### Changes
14
16
17
+
- [#3782](https://github.com/clojure-emacs/cider/issues/3782): Drop official support for Emacs 26.
15
18
- [#3812](https://github.com/clojure-emacs/cider/issues/3812): **(Breaking)** Remove support for Boot.
16
19
- [#3793](https://github.com/clojure-emacs/cider/issues/3793): **(Breaking)** Remove features that relied on printed exception parsing:
17
20
- `cider-stacktrace-analyze-string` and `cider-stacktrace-analyze-at-point` functions.
@@ -30,7 +33,6 @@
30
33
- [#3803](https://github.com/clojure-emacs/cider/pull/3803): Enable dynamic indentation for `clojure-ts-mode`.
31
34
- [#3805](https://github.com/clojure-emacs/cider/pull/3805): Profiler: update to latest profiling middleware.
32
35
- [#3806](https://github.com/clojure-emacs/cider/pull/3806): Add client info to `clone` op request.
33
-
- [#3782](https://github.com/clojure-emacs/cider/issues/3782): Drop official support for Emacs 26.
34
36
35
37
### Bugs fixed
36
38
Original file line number Diff line number Diff line change
@@ -10,10 +10,20 @@
10
10
;; Hugo Duncan <hugo@hugoduncan.org>
11
11
;; Steve Purcell <steve@sanityinc.com>
12
12
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
13
-
;; URL: https://www.github.com/clojure-emacs/cider
14
-
;; Version: 1.18.0-snapshot
15
-
;; Package-Requires: ((emacs "27") (clojure-mode "5.19") (parseedn "1.2.1") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1"))
13
+
;;
14
+
;; Homepage: https://www.github.com/clojure-emacs/cider
16
15
;; Keywords: languages, clojure, cider
16
+
;;
17
+
;; Version: 1.18.0
18
+
;; Package-Requires: (
19
+
;; (emacs "27")
20
+
;; (clojure-mode "5.19")
21
+
;; (parseedn "1.2.1")
22
+
;; (queue "0.2")
23
+
;; (spinner "1.7")
24
+
;; (seq "2.22")
25
+
;; (sesman "0.3.2")
26
+
;; (transient "0.4.1"))
17
27
18
28
;; This program is free software: you can redistribute it and/or modify
19
29
;; it under the terms of the GNU General Public License as published by
@@ -93,10 +103,10 @@
93
103
(require 'sesman)
94
104
(require 'package)
95
105
96
-
(defconst cider-version "1.18.0-snapshot"
106
+
(defconst cider-version "1.18.0"
97
107
"The current version of CIDER.")
98
108
99
-
(defconst cider-codename "Cologne"
109
+
(defconst cider-codename "Athens"
100
110
"Codename used to denote stable releases.")
101
111
102
112
(defcustom cider-lein-command
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ Below you can find the official compatibility matrix for CIDER.
85
85
| 1.18
86
86
| 27.1
87
87
| 1.0
88
-
| 0.50
88
+
| 0.55
89
89
| 8
90
90
| 1.10
91
91
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4