File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 2.0.0 (2017-05-01)
6
+
5
7
### New Features
8
+
6
9
* [ #63 ] ( https://github.com/clojure-emacs/inf-clojure/pull/69 ) : Fix spurious process output on init.
7
10
* [ #57 ] ( https://github.com/clojure-emacs/inf-clojure/pull/68 ) : Add ` inf-clojure-connect ` .
8
11
* [ #66 ] ( https://github.com/clojure-emacs/inf-clojure/pull/56 ) : Add Planck support.
Original file line number Diff line number Diff line change 6
6
; ; Olin Shivers <[email protected] >
7
7
; ; URL: http://github.com/clojure-emacs/inf-clojure
8
8
; ; Keywords: processes, clojure
9
- ; ; Version: 2.0.0-snapshot
9
+ ; ; Version: 2.0.0
10
10
; ; Package-Requires: ((emacs "24.4") (clojure-mode "5.6"))
11
11
12
12
; ; This file is part of GNU Emacs.
54
54
:link '(url-link :tag " GitHub" " https://github.com/clojure-emacs/inf-clojure" )
55
55
:link '(emacs-commentary-link :tag " Commentary" " inf-clojure" ))
56
56
57
- (defconst inf-clojure-version " 2.0.0-snapshot "
57
+ (defconst inf-clojure-version " 2.0.0"
58
58
" The current version of `inf-clojure' ." )
59
59
60
60
(defcustom inf-clojure-prompt-read-only t
You can’t perform that action at this time.
0 commit comments