Skip to content

Commit d2f34b6

Browse files
alexander-yakushevbbatsov
authored andcommitted
Release 1.17.1
1 parent 981cb5e commit d2f34b6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 1.17.1 (2025-02-25)
6+
57
- Bump the injected `cider-nrepl` to [0.52.1](https://github.com/clojure-emacs/cider-nrepl/blob/master/CHANGELOG.md#0521-2025-02-24).
68

79
## 1.17.0 (2025-02-17)

cider-client.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ happens once per artifact, and only when the user jumps to definition or
355355
requests `cider-doc' on a Java class or a member of the class."
356356
:type 'boolean
357357
:group 'cider
358-
:package-version '(cider . "1.17.0"))
358+
:package-version '(cider . "1.17.1"))
359359

360360
(defun cider--print-fn ()
361361
"Return the value to send in the nrepl.middleware.print/print slot."

cider.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; Steve Purcell <steve@sanityinc.com>
1212
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
1313
;; URL: https://www.github.com/clojure-emacs/cider
14-
;; Version: 1.17.0
14+
;; Version: 1.17.1
1515
;; Package-Requires: ((emacs "26") (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"))
1616
;; Keywords: languages, clojure, cider
1717

@@ -93,7 +93,7 @@
9393
(require 'sesman)
9494
(require 'package)
9595

96-
(defconst cider-version "1.17.0"
96+
(defconst cider-version "1.17.1"
9797
"The current version of CIDER.")
9898

9999
(defconst cider-codename "Cologne"

0 commit comments

Comments
 (0)