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

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

[nongnu] elpa/cider b2cee7fc30 1/3: Release CIDER 1.4 ("Kyiv")


From: ELPA Syncer
Subject: [nongnu] elpa/cider b2cee7fc30 1/3: Release CIDER 1.4 ("Kyiv")
Date: Mon, 2 May 2022 05:58:07 -0400 (EDT)

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

    Release CIDER 1.4 ("Kyiv")
---
 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 6bb72a6029..532809bb56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 ## master (unreleased)
 
+## 1.4.0 (2022-05-02)
+
 ## New features
 
 * [#3188](https://github.com/clojure-emacs/cider/pull/3188): Add support for 
`undef-all` op, for removing stale vars and conflicting aliases.
diff --git a/cider.el b/cider.el
index 95ac9ce74b..63b875dba6 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.4.0-snapshot
+;; Version: 1.4.0
 ;; Package-Requires: ((emacs "26") (clojure-mode "5.14") (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.4.0-snapshot"
+(defconst cider-version "1.4.0"
   "The current version of CIDER.")
 
 (defconst cider-codename "Kyiv"
diff --git a/doc/antora.yml b/doc/antora.yml
index fd9dacd593..93812afc9c 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.4
 nav:
 - modules/ROOT/nav.adoc



reply via email to

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