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

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

[nongnu] elpa/cider c37d6340f8 1/2: Bump the `parseedn` required version


From: ELPA Syncer
Subject: [nongnu] elpa/cider c37d6340f8 1/2: Bump the `parseedn` required version to 1.2.1
Date: Mon, 4 Dec 2023 03:59:25 -0500 (EST)

branch: elpa/cider
commit c37d6340f85120f894852d3e6d93f3309c89e627
Author: vemv <vemv@users.noreply.github.com>
Commit: vemv <vemv@users.noreply.github.com>

    Bump the `parseedn` required version to 1.2.1
---
 CHANGELOG.md | 3 ++-
 cider.el     | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4fbcc50e5..00fe4a96f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
 ### Changes
 
 - [#3588](https://github.com/clojure-emacs/cider/issues/3588): Compatibility 
with pwsh 7.3 quoting rules.
+- Bump the `parseedn` required version to 1.2.1.
 
 ## 1.12.0 (2023-11-24)
 
@@ -186,7 +187,7 @@ but without connecting to the started nREPL server.
 - Improve `nrepl-dict` error reporting.
 - Bump the injected `piggieback` to 
[0.5.3](https://github.com/nrepl/piggieback/blob/0.5.3/CHANGES.md#053-2021-10-26).
 - Bump the `clojure-mode` required version to 
[5.17.1](https://github.com/clojure-emacs/clojure-mode/blob/v5.17.1/CHANGELOG.md#5171-2023-09-12),
 and use `clojure-find-ns` more safely, which fixes issues such as 
#[2849](https://github.com/clojure-emacs/cider/issues/2849).
-- Bump the `parseedn` require version, and wrap its usage with a more 
informative `user-error`.
+- Bump the `parseedn` required version, and wrap its usage with a more 
informative `user-error`.
 - Bump the injected `cider-nrepl` to 
[0.39.1](https://github.com/clojure-emacs/cider-nrepl/blob/v0.39.1/CHANGELOG.md#0391-2023-10-12).
   - Improves indentation, font-locking and other metadata support for 
ClojureScript.
   - Updates 
[Orchard](https://github.com/clojure-emacs/orchard/blob/v0.16.1/CHANGELOG.md#0161-2023-10-05)
diff --git a/cider.el b/cider.el
index b673bdda70..ace5c28257 100644
--- a/cider.el
+++ b/cider.el
@@ -12,7 +12,7 @@
 ;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
 ;; URL: https://www.github.com/clojure-emacs/cider
 ;; Version: 1.13.0-snapshot
-;; Package-Requires: ((emacs "26") (clojure-mode "5.18.1") (parseedn "1.2.0") 
(queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1"))
+;; Package-Requires: ((emacs "26") (clojure-mode "5.18.1") (parseedn "1.2.1") 
(queue "0.2") (spinner "1.7") (seq "2.22") (sesman "0.3.2") (transient "0.4.1"))
 ;; Keywords: languages, clojure, cider
 
 ;; This program is free software: you can redistribute it and/or modify



reply via email to

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