Skip to content

Commit c797a5a

Browse files
committed
Release inf-clojure 2.0
1 parent 6179a74 commit c797a5a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
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.

Diff for: inf-clojure.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Olin Shivers <[email protected]>
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.
@@ -54,7 +54,7 @@
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

0 commit comments

Comments
 (0)