File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 2.2.0 (2020-04-15)
6
+
5
7
### New features
6
8
7
- * [ #170 ] ( https://github.com/clojure-emacs/inf-clojure/pull/170 ) : Add insert defun and last sexp commands
9
+ * [ #170 ] ( https://github.com/clojure-emacs/inf-clojure/pull/170 ) : Add insert defun and last sexp commands.
8
10
* [ #160 ] ( https://github.com/clojure-emacs/inf-clojure/pull/160 ) : Support [ Joker] ( https://joker-lang.org/ ) .
9
11
10
12
### Bugs fixed
Original file line number Diff line number Diff line change 6
6
; ; Olin Shivers <[email protected] >
7
7
; ; URL: http://github.com/clojure-emacs/inf-clojure
8
8
; ; Keywords: processes, clojure
9
- ; ; Version: 2.2.0-snapshot
10
- ; ; Package-Requires: ((emacs "24.4") (clojure-mode "5.6 "))
9
+ ; ; Version: 2.2.0
10
+ ; ; Package-Requires: ((emacs "24.4") (clojure-mode "5.11 "))
11
11
12
12
; ; This file is part of GNU Emacs.
13
13
79
79
:link '(url-link :tag " GitHub" " https://github.com/clojure-emacs/inf-clojure" )
80
80
:link '(emacs-commentary-link :tag " Commentary" " inf-clojure" ))
81
81
82
- (defconst inf-clojure-version " 2.2.0-snapshot"
82
+ (defconst inf-clojure-version
83
+ (eval-when-compile
84
+ (lm-version (or load-file-name buffer-file-name)))
83
85
" The current version of `inf-clojure' ." )
84
86
85
87
(defcustom inf-clojure-prompt-read-only t
You can’t perform that action at this time.
0 commit comments