File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 2.0.0 (2017-05-01)
6+
57### New Features
8+
69* [ #63 ] ( https://github.com/clojure-emacs/inf-clojure/pull/69 ) : Fix spurious process output on init.
710* [ #57 ] ( https://github.com/clojure-emacs/inf-clojure/pull/68 ) : Add ` inf-clojure-connect ` .
811* [ #66 ] ( https://github.com/clojure-emacs/inf-clojure/pull/56 ) : Add Planck support.
Original file line number Diff line number Diff line change 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-snapshot
9+ ; ; Version: 2.0.0
1010; ; Package-Requires: ((emacs "24.4") (clojure-mode "5.6"))
1111
1212; ; This file is part of GNU Emacs.
5454 :link '(url-link :tag " GitHub" " https://github.com/clojure-emacs/inf-clojure" )
5555 :link '(emacs-commentary-link :tag " Commentary" " inf-clojure" ))
5656
57- (defconst inf-clojure-version " 2.0.0-snapshot "
57+ (defconst inf-clojure-version " 2.0.0"
5858 " The current version of `inf-clojure' ." )
5959
6060(defcustom inf-clojure-prompt-read-only t
You can’t perform that action at this time.
0 commit comments