Skip to content

Commit 8040836

Browse files
committed
Release CIDER 1.6 ("Buenos Aires")
1 parent 13082e7 commit 8040836

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 1.6.0 (2022-12-21)
6+
57
### New features
68

79
- [#3278](https://github.com/clojure-emacs/cider/pull/3278) Introduce integration tests, which also fix a long standing issue with orphaned process on MS-Windows by contracting `taskkill`, if available, to properly kill the nREPL server process tree.

cider.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
;; Steve Purcell <[email protected]>
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
1313
;; URL: http://www.github.com/clojure-emacs/cider
14-
;; Version: 1.6.0-snapshot
14+
;; Version: 1.6.0
1515
;; Package-Requires: ((emacs "26") (clojure-mode "5.16.0") (parseedn "1.0.6") (queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2"))
1616
;; Keywords: languages, clojure, cider
1717

@@ -92,7 +92,7 @@
9292
(require 'sesman)
9393
(require 'package)
9494

95-
(defconst cider-version "1.6.0-snapshot"
95+
(defconst cider-version "1.6.0"
9696
"The current version of CIDER.")
9797

9898
(defconst cider-codename "Buenos Aires"

doc/antora.yml

Lines changed: 1 addition & 1 deletion
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.6
66
nav:
77
- modules/ROOT/nav.adoc

0 commit comments

Comments
 (0)