File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 2.2.0 (2020-04-15)
6+
57### New features
68
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.
810* [ #160 ] ( https://github.com/clojure-emacs/inf-clojure/pull/160 ) : Support [ Joker] ( https://joker-lang.org/ ) .
911
1012### Bugs fixed
Original file line number Diff line number Diff line change 66; ; Olin Shivers <shivers@cs.cmu.edu>
77; ; URL: http://github.com/clojure-emacs/inf-clojure
88; ; 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 "))
1111
1212; ; This file is part of GNU Emacs.
1313
7979 :link '(url-link :tag " GitHub" " https://github.com/clojure-emacs/inf-clojure" )
8080 :link '(emacs-commentary-link :tag " Commentary" " inf-clojure" ))
8181
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)))
8385 " The current version of `inf-clojure' ." )
8486
8587(defcustom inf-clojure-prompt-read-only t
You can’t perform that action at this time.
0 commit comments