File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 3.2.1 (2022-07-22)
6
+
7
+ ### Bugs fixed
8
+
9
+ * Address some small issues with NonGNU ELPA (e.g. missing maintainer metadata).
10
+
5
11
## 3.2.0 (2022-07-15)
6
12
7
13
### New features
Original file line number Diff line number Diff line change 7
7
; ; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
8
8
; ; URL: http://github.com/clojure-emacs/inf-clojure
9
9
; ; Keywords: processes, comint, clojure
10
- ; ; Version: 3.2.0
10
+ ; ; Version: 3.2.1
11
11
; ; Package-Requires: ((emacs "25.1") (clojure-mode "5.11"))
12
12
13
13
; ; 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
296
296
(defconst inf-clojure-version
297
297
(or (if (fboundp 'package-get-version )
298
298
(package-get-version))
299
- " 3.2.0 " )
299
+ " 3.2.1 " )
300
300
" The current version of `inf-clojure' ." )
301
301
302
302
(defcustom inf-clojure-prompt-read-only t
You can’t perform that action at this time.
0 commit comments