Skip to content

Commit 371729b

Browse files
committed
Release CIDER 1.17 ("Cologne")
1 parent 45699c0 commit 371729b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: CHANGELOG.md

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

33
## master (unreleased)
44

5+
## 1.17.0 (2025-02-17)
6+
57
### New features
68

79
- Automatic downloading of third-party Java sources for better Java documentation and jump-to-definition functionality. See [Obtaining source JARs](https://docs.cider.mx/cider/usage/working_with_documentation.html#obtaining-source-jars).

Diff for: cider.el

+3-3
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-snapshot
14+
;; Version: 1.17.0
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,10 +93,10 @@
9393
(require 'sesman)
9494
(require 'package)
9595

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

99-
(defconst cider-codename "Kherson"
99+
(defconst cider-codename "Cologne"
100100
"Codename used to denote stable releases.")
101101

102102
(defcustom cider-lein-command

Diff for: doc/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: cider
22
title: 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.17"
66
nav:
77
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)