branch: elpa/with-editor
commit f32cd7b09d518b629bfaa3eeb92b539891c6b9bc
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Release version 3.4.4
---
CHANGELOG | 4 ++--
docs/with-editor.org | 4 ++--
docs/with-editor.texi | 4 ++--
lisp/with-editor.el | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index df6305f350..0150ff50f9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
# -*- mode: org -*-
-* v3.4.3 UNRELEASED
+* v3.4.4 2025-06-01
-- Added support for Nix on macOS. #134
+- Added kludge for Nix on macOS. #134
* v3.4.3 2024-12-01
diff --git a/docs/with-editor.org b/docs/with-editor.org
index 00352d3c69..2ef6e47b81 100644
--- a/docs/with-editor.org
+++ b/docs/with-editor.org
@@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: With-Editor: (with-editor).
#+texinfo_dir_desc: Using the Emacsclient as $EDITOR
-#+subtitle: for version 3.4.3
+#+subtitle: for version 3.4.4
#+setupfile: .orgconfig
@@ -27,7 +27,7 @@ additional functionality which makes it useful even for
end-users, who
don't use Magit or another package which uses it internally.
#+texinfo: @noindent
-This manual is for With-Editor version 3.4.3.
+This manual is for With-Editor version 3.4.4.
#+texinfo: @insertcopying
:END:
diff --git a/docs/with-editor.texi b/docs/with-editor.texi
index 6d36a5a391..aaa55bbe07 100644
--- a/docs/with-editor.texi
+++ b/docs/with-editor.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title With-Editor User Manual
-@subtitle for version 3.4.3
+@subtitle for version 3.4.4
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -60,7 +60,7 @@ additional functionality which makes it useful even for
end-users, who
don't use Magit or another package which uses it internally.
@noindent
-This manual is for With-Editor version 3.4.3.
+This manual is for With-Editor version 3.4.4.
@insertcopying
@end ifnottex
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index fb60b76a8a..87eb9fb0d1 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -6,8 +6,8 @@
;; Homepage: https://github.com/magit/with-editor
;; Keywords: processes terminals
-;; Package-Version: 3.4.3
-;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0"))
+;; Package-Version: 3.4.4
+;; Package-Requires: ((emacs "26.1") (compat "30.1"))
;; SPDX-License-Identifier: GPL-3.0-or-later