branch: elpa/inf-clojure commit bdef6110a3d051c08179503207eadc43b1dd4d09 Author: Bozhidar Batsov <bozhi...@toptal.com> Commit: Bozhidar Batsov <bozhi...@toptal.com>
Release 3.3 --- CHANGELOG.md | 2 ++ README.md | 2 +- inf-clojure.el | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3109832b35..d483b14fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master (unreleased) +## 3.3.0 (2025-05-25) + ### New features - [#202](https://github.com/clojure-emacs/inf-clojure/issues/202): Add ClojureCLR support. diff --git a/README.md b/README.md index 6d6978ed87..c6322c572e 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ overview/tutorial > [!IMPORTANT] > -> `inf-clojure` requires Emacs 27 or newer. +> `inf-clojure` requires Emacs 28 or newer. `inf-clojure` is available on the official [NonGNU ELPA](https://elpa.nongnu.org/nongnu/inf-clojure.html) `package.el` repo and on the community-maintained [MELPA Stable][] and [MELPA][] repos. diff --git a/inf-clojure.el b/inf-clojure.el index 610f7c5a89..37f91edaed 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -7,7 +7,7 @@ ;; Maintainer: Bozhidar Batsov <bozhi...@batsov.dev> ;; URL: http://github.com/clojure-emacs/inf-clojure ;; Keywords: processes, comint, clojure -;; Version: 3.3.0-snapshot +;; Version: 3.3.0 ;; Package-Requires: ((emacs "28.1") (clojure-mode "5.11")) ;; This file is not part of GNU Emacs.