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

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

[nongnu] elpa/inf-clojure 67b0403aa1 2/2: Release 3.2.0


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 67b0403aa1 2/2: Release 3.2.0
Date: Fri, 15 Jul 2022 05:58:37 -0400 (EDT)

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

    Release 3.2.0
---
 CHANGELOG.md   | 13 ++++++++++---
 inf-clojure.el |  2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4880f36d1f..c752aca22b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,18 @@
 
 ## master (unreleased)
 
+## 3.2.0 (2022-07-15)
+
 ### New features
 
-* [#168](https://github.com/clojure-emacs/inf-clojure/pull/197): Helper 
function `inf-clojure-switch-to-recent-buffer` to select the last buffer an 
inf-clojure process buffer was swapped to from.
-* [#187](https://github.com/clojure-emacs/inf-clojure/pull/197): Defcustom 
`inf-clojure-enable-eldoc` to disable eldoc interaction.
+* [#168](https://github.com/clojure-emacs/inf-clojure/pull/197): New helper 
function `inf-clojure-switch-to-recent-buffer` to select the last buffer an 
inf-clojure process buffer was swapped to from.
+* [#187](https://github.com/clojure-emacs/inf-clojure/pull/197): New defcustom 
`inf-clojure-enable-eldoc` to disable eldoc interaction.
+
+### Bugs fixed
+
+* [#185](https://github.com/clojure-emacs/inf-clojure/issues/185): Improve cmd 
string splitting.
+* [#193](https://github.com/clojure-emacs/inf-clojure/pull/193): Set syntax 
table in REPL buffer.
+* Fix `inf-clojure-display-version` (it wasn't extracting properly the package 
version).
 
 ## 3.1.0 (2021-07-23)
 
@@ -17,7 +25,6 @@
 
 ### Bugs fixed
 
-* [#193](https://github.com/clojure-emacs/inf-clojure/pull/193): Set syntax 
table in REPL buffer.
 * [#152](https://github.com/clojure-emacs/inf-clojure/issues/152): Sanitize 
should only remove whitespace at the end of a command.
 * [#188](https://github.com/clojure-emacs/inf-clojure/pull/188): Handle 
newlines between forms for `inf-clojure-eval-buffer`.
 * [#189](https://github.com/clojure-emacs/inf-clojure/pull/189): Font-lock 
code inserted in the REPL from a source buffer.
diff --git a/inf-clojure.el b/inf-clojure.el
index 643b75e344..6e871ff709 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -6,7 +6,7 @@
 ;;       Olin Shivers <shivers@cs.cmu.edu>
 ;; URL: http://github.com/clojure-emacs/inf-clojure
 ;; Keywords: processes, comint, clojure
-;; Version: 3.2.0-snapshot
+;; Version: 3.2.0
 ;; Package-Requires: ((emacs "25.1") (clojure-mode "5.11"))
 
 ;; This file is not part of GNU Emacs.



reply via email to

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