branch: elpa/inf-clojure
commit 4d3b8fae32caf91e0f9432004bbe861f54ce9c0c
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Release 3.4.0
---
 CHANGELOG.md   | 4 ++++
 inf-clojure.el | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4fae904a0e..336bc3b8f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 ## master (unreleased)
 
+## 3.4.0 (2026-02-27)
+
 ### New features
 
 - [#57](https://github.com/clojure-emacs/inf-clojure/issues/57): Add 
`inf-clojure-show-var-meta` command (`C-c C-S-m`) to display a var's metadata.
@@ -24,6 +26,8 @@
 - Fix `inf-clojure--clojure-buffer-p` to work on Emacs 28-29 (`derived-mode-p` 
does not accept a list before Emacs 30).
 - [#219](https://github.com/clojure-emacs/inf-clojure/issues/219): Fix 
`project-root` error when no project is detected (e.g. Squint REPL outside a 
project).
 - [#136](https://github.com/clojure-emacs/inf-clojure/issues/136): Fix 
preoutput filter to handle chunked comint output correctly, preventing spurious 
newlines (#153) and improving reliability of output filtering.
+- Fix node-babashka auto-detection by adding its startup form entry.
+- [#149](https://github.com/clojure-emacs/inf-clojure/issues/149): Show 
confirmation message after `inf-clojure-set-ns`.
 
 ## 3.3.0 (2025-05-25)
 
diff --git a/inf-clojure.el b/inf-clojure.el
index c7c2c43160..24bb5dd657 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -7,7 +7,7 @@
 ;; Maintainer: Bozhidar Batsov <[email protected]>
 ;; URL: https://github.com/clojure-emacs/inf-clojure
 ;; Keywords: processes, comint, clojure
-;; Version: 3.4.0-snapshot
+;; Version: 3.4.0
 ;; Package-Requires: ((emacs "28.1") (clojure-mode "5.11"))
 
 ;; This file is not part of GNU Emacs.

Reply via email to