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

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

[nongnu] elpa/cider f39e0b5201 1/2: Release CIDER 1.7


From: ELPA Syncer
Subject: [nongnu] elpa/cider f39e0b5201 1/2: Release CIDER 1.7
Date: Thu, 23 Mar 2023 03:59:41 -0400 (EDT)

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

    Release CIDER 1.7
---
 CHANGELOG.md                                    | 6 ++++--
 cider.el                                        | 4 ++--
 doc/antora.yml                                  | 2 +-
 doc/modules/ROOT/pages/about/compatibility.adoc | 7 +++++++
 4 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fa4fdb3ed..f75b177d11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,11 +2,13 @@
 
 ## master (unreleased)
 
+## 1.7.0 (2023-03-23)
+
 ### New features
 
 - [#3314](https://github.com/clojure-emacs/cider/issues/3314): Detect 
`nrepl+unix` sockets (say via `lein nrepl :headless :socket nrepl.sock`).
-- [#3262](https://github.com/clojure-emacs/cider/issues/3262): Add navigation 
functionality to `npfb` keys inside the data inspector's buffer.
-- [#3310](https://github.com/clojure-emacs/cider/issues/3310): Add ability to 
use custom coordinates in jack-in-dependencies.
+- [#3262](https://github.com/clojure-emacs/cider/issues/3262): Add navigation 
functionality to `n/p/f/b` keys inside the data inspector's buffer.
+- [#3310](https://github.com/clojure-emacs/cider/issues/3310): Add ability to 
use custom coordinates in `cider-jack-in-dependencies`.
 - [cider-nrepl#766](https://github.com/clojure-emacs/cider-nrepl/issues/766): 
Complete local bindings for ClojureScript files.
 - [#3179](https://github.com/clojure-emacs/cider/issues/3179): Introduce 
`cider-jack-in-universal` to support jacking-in without a project from a set of 
pre-configured Clojure project tools.
 
diff --git a/cider.el b/cider.el
index b817a886f3..cea1ac548b 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.7.0-snapshot
+;; Version: 1.7.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
 
@@ -93,7 +93,7 @@
 (require 'sesman)
 (require 'package)
 
-(defconst cider-version "1.7.0-snapshot"
+(defconst cider-version "1.7.0"
   "The current version of CIDER.")
 
 (defconst cider-codename "Côte d'Azur"
diff --git a/doc/antora.yml b/doc/antora.yml
index fd9dacd593..8e6098d747 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.7
 nav:
 - modules/ROOT/nav.adoc
diff --git a/doc/modules/ROOT/pages/about/compatibility.adoc 
b/doc/modules/ROOT/pages/about/compatibility.adoc
index c3cc8e2d80..02d04b916b 100644
--- a/doc/modules/ROOT/pages/about/compatibility.adoc
+++ b/doc/modules/ROOT/pages/about/compatibility.adoc
@@ -141,6 +141,13 @@ Below you can find the official compatibility matrix for 
CIDER.
 | 8
 | 1.8
 
+| 1.7
+| 26.1
+| 1.0
+| 0.30
+| 8
+| 1.8
+
 |===
 
 TIP: You can also check the requirements of a particular CIDER version by 
inspecting



reply via email to

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