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

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

[nongnu] elpa/inf-clojure 151b20ba9d: Release 3.2.1


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 151b20ba9d: Release 3.2.1
Date: Fri, 22 Jul 2022 02:58:35 -0400 (EDT)

branch: elpa/inf-clojure
commit 151b20ba9d3ae39b88f91aecbab98bd5a5215f1a
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Release 3.2.1
---
 CHANGELOG.md   | 6 ++++++
 inf-clojure.el | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c752aca22b..139613a966 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
 
 ## master (unreleased)
 
+## 3.2.1 (2022-07-22)
+
+### Bugs fixed
+
+* Address some small issues with NonGNU ELPA (e.g. missing maintainer 
metadata).
+
 ## 3.2.0 (2022-07-15)
 
 ### New features
diff --git a/inf-clojure.el b/inf-clojure.el
index 9cc217de63..1297cb5eab 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -7,7 +7,7 @@
 ;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
 ;; URL: http://github.com/clojure-emacs/inf-clojure
 ;; Keywords: processes, comint, clojure
-;; Version: 3.2.0
+;; Version: 3.2.1
 ;; Package-Requires: ((emacs "25.1") (clojure-mode "5.11"))
 
 ;; This file is not part of GNU Emacs.
@@ -296,7 +296,7 @@ See 
http://blog.jorgenschaefer.de/2014/05/race-conditions-in-emacs-process-filte
 (defconst inf-clojure-version
   (or (if (fboundp 'package-get-version)
           (package-get-version))
-      "3.2.0")
+      "3.2.1")
   "The current version of `inf-clojure'.")
 
 (defcustom inf-clojure-prompt-read-only t



reply via email to

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