Skip to content

Commit

Permalink
Release inf-clojure 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 1, 2017
1 parent 6179a74 commit c797a5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## master (unreleased)

## 2.0.0 (2017-05-01)

### New Features

* [#63](https://github.com/clojure-emacs/inf-clojure/pull/69): Fix spurious process output on init.
* [#57](https://github.com/clojure-emacs/inf-clojure/pull/68): Add `inf-clojure-connect`.
* [#66](https://github.com/clojure-emacs/inf-clojure/pull/56): Add Planck support.
Expand Down
4 changes: 2 additions & 2 deletions inf-clojure.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Olin Shivers <[email protected]>
;; URL: http://github.com/clojure-emacs/inf-clojure
;; Keywords: processes, clojure
;; Version: 2.0.0-snapshot
;; Version: 2.0.0
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6"))

;; This file is part of GNU Emacs.
Expand Down Expand Up @@ -54,7 +54,7 @@
:link '(url-link :tag "GitHub" "https://github.com/clojure-emacs/inf-clojure")
:link '(emacs-commentary-link :tag "Commentary" "inf-clojure"))

(defconst inf-clojure-version "2.0.0-snapshot"
(defconst inf-clojure-version "2.0.0"
"The current version of `inf-clojure'.")

(defcustom inf-clojure-prompt-read-only t
Expand Down

0 comments on commit c797a5a

Please sign in to comment.