Skip to content

Commit 4d3b8fa

Browse files
committed
Release 3.4.0
1 parent be5e9bd commit 4d3b8fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 3.4.0 (2026-02-27)
6+
57
### New features
68

79
- [#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 @@
2426
- Fix `inf-clojure--clojure-buffer-p` to work on Emacs 28-29 (`derived-mode-p` does not accept a list before Emacs 30).
2527
- [#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).
2628
- [#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.
29+
- Fix node-babashka auto-detection by adding its startup form entry.
30+
- [#149](https://github.com/clojure-emacs/inf-clojure/issues/149): Show confirmation message after `inf-clojure-set-ns`.
2731

2832
## 3.3.0 (2025-05-25)
2933

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
88
;; URL: https://github.com/clojure-emacs/inf-clojure
99
;; Keywords: processes, comint, clojure
10-
;; Version: 3.4.0-snapshot
10+
;; Version: 3.4.0
1111
;; Package-Requires: ((emacs "28.1") (clojure-mode "5.11"))
1212

1313
;; This file is not part of GNU Emacs.

0 commit comments

Comments
 (0)