branch: elpa/inf-clojure commit c797a5aea3d2126b19c48ed99aefe3ebddd5f304 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Release inf-clojure 2.0 --- CHANGELOG.md | 3 +++ inf-clojure.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f98f92..b2e8e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/inf-clojure.el b/inf-clojure.el index 72de350..9d34b4c 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -6,7 +6,7 @@ ;; Olin Shivers <shiv...@cs.cmu.edu> ;; 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. @@ -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