Skip to content

Commit 956b22e

Browse files
committed
Release 2.0.1
1 parent 4e96e93 commit 956b22e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 2.0.1 (2017-05-18)
6+
57
### Bugs Fixed
68

79
* [#77](https://github.com/clojure-emacs/inf-clojure/pull/77): Fix request "Eval expression:" if arglists return is `nil`.

inf-clojure.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Olin Shivers <shivers@cs.cmu.edu>
77
;; URL: http://github.com/clojure-emacs/inf-clojure
88
;; Keywords: processes, clojure
9-
;; Version: 2.0.0
9+
;; Version: 2.0.1
1010
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6"))
1111

1212
;; This file is part of GNU Emacs.
@@ -77,7 +77,7 @@
7777
:link '(url-link :tag "GitHub" "https://github.com/clojure-emacs/inf-clojure")
7878
:link '(emacs-commentary-link :tag "Commentary" "inf-clojure"))
7979

80-
(defconst inf-clojure-version "2.0.0"
80+
(defconst inf-clojure-version "2.0.1"
8181
"The current version of `inf-clojure'.")
8282

8383
(defcustom inf-clojure-prompt-read-only t

0 commit comments

Comments
 (0)