File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 2.0.1 (2017-05-18)
6
+
5
7
### Bugs Fixed
6
8
7
9
* [ #77 ] ( https://github.com/clojure-emacs/inf-clojure/pull/77 ) : Fix request "Eval expression:" if arglists return is ` nil ` .
Original file line number Diff line number Diff line change 6
6
; ; Olin Shivers <shivers@cs.cmu.edu>
7
7
; ; URL: http://github.com/clojure-emacs/inf-clojure
8
8
; ; Keywords: processes, clojure
9
- ; ; Version: 2.0.0
9
+ ; ; Version: 2.0.1
10
10
; ; Package-Requires: ((emacs "24.4") (clojure-mode "5.6"))
11
11
12
12
; ; This file is part of GNU Emacs.
77
77
:link '(url-link :tag " GitHub" " https://github.com/clojure-emacs/inf-clojure" )
78
78
:link '(emacs-commentary-link :tag " Commentary" " inf-clojure" ))
79
79
80
- (defconst inf-clojure-version " 2.0.0 "
80
+ (defconst inf-clojure-version " 2.0.1 "
81
81
" The current version of `inf-clojure' ." )
82
82
83
83
(defcustom inf-clojure-prompt-read-only t
You can’t perform that action at this time.
0 commit comments