Skip to content

Commit

Permalink
[Fix #171] Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Apr 15, 2020
1 parent 2445af7 commit ff72d66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## master (unreleased)

## 2.2.0 (2020-04-15)

### New features

* [#170](https://github.com/clojure-emacs/inf-clojure/pull/170): Add insert defun and last sexp commands
* [#170](https://github.com/clojure-emacs/inf-clojure/pull/170): Add insert defun and last sexp commands.
* [#160](https://github.com/clojure-emacs/inf-clojure/pull/160): Support [Joker](https://joker-lang.org/).

### Bugs fixed
Expand Down
8 changes: 5 additions & 3 deletions inf-clojure.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
;; Olin Shivers <[email protected]>
;; URL: http://github.com/clojure-emacs/inf-clojure
;; Keywords: processes, clojure
;; Version: 2.2.0-snapshot
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.6"))
;; Version: 2.2.0
;; Package-Requires: ((emacs "24.4") (clojure-mode "5.11"))

;; This file is part of GNU Emacs.

Expand Down Expand Up @@ -79,7 +79,9 @@
: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.2.0-snapshot"
(defconst inf-clojure-version
(eval-when-compile
(lm-version (or load-file-name buffer-file-name)))
"The current version of `inf-clojure'.")

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

0 comments on commit ff72d66

Please sign in to comment.