emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 80408364f8 3/3: Release CIDER 1.6 ("Buenos Aires")


From: ELPA Syncer
Subject: [nongnu] elpa/cider 80408364f8 3/3: Release CIDER 1.6 ("Buenos Aires")
Date: Wed, 21 Dec 2022 04:58:34 -0500 (EST)

branch: elpa/cider
commit 80408364f8e6870d8f5a33e0e096b86f1a7ef144
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Release CIDER 1.6 ("Buenos Aires")
---
 CHANGELOG.md   | 2 ++
 cider.el       | 4 ++--
 doc/antora.yml | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8a2b88bfee..5a6e978fa9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 ## master (unreleased)
 
+## 1.6.0 (2022-12-21)
+
 ### New features
 
 - [#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.
diff --git a/cider.el b/cider.el
index 70d63ba463..1cbbbe8dc5 100644
--- a/cider.el
+++ b/cider.el
@@ -11,7 +11,7 @@
 ;;         Steve Purcell <steve@sanityinc.com>
 ;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
 ;; URL: http://www.github.com/clojure-emacs/cider
-;; Version: 1.6.0-snapshot
+;; Version: 1.6.0
 ;; 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"))
 ;; Keywords: languages, clojure, cider
 
@@ -92,7 +92,7 @@
 (require 'sesman)
 (require 'package)
 
-(defconst cider-version "1.6.0-snapshot"
+(defconst cider-version "1.6.0"
   "The current version of CIDER.")
 
 (defconst cider-codename "Buenos Aires"
diff --git a/doc/antora.yml b/doc/antora.yml
index fd9dacd593..2e8d1616e8 100644
--- a/doc/antora.yml
+++ b/doc/antora.yml
@@ -2,6 +2,6 @@ name: cider
 title: CIDER
 # We always provide version without patch here (e.g. 1.1),
 # as patch versions should not appear in the docs.
-version: ~
+version: 1.6
 nav:
 - modules/ROOT/nav.adoc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]