branch: elpa/with-editor
commit 77cb2403158cfea9d8bfb8adad81b84d1d6d7c6a
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Release version 3.4.2
---
CHANGELOG | 2 +-
docs/with-editor.org | 4 ++--
lisp/with-editor.el | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 1ef6ac2df0..bb0e1a2b40 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
# -*- mode: org -*-
-* v3.4.2 UNRELEASED
+* v3.4.2 2024-09-01
- Fix ~shell-command-with-editor-mode~ for remote processes. #129
diff --git a/docs/with-editor.org b/docs/with-editor.org
index 29f8f75843..238f3c09b5 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.1
+#+subtitle: for version 3.4.2
#+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.1.
+This manual is for With-Editor version 3.4.2.
#+texinfo: @insertcopying
:END:
diff --git a/lisp/with-editor.el b/lisp/with-editor.el
index 48b9126a07..a43e48a18e 100644
--- a/lisp/with-editor.el
+++ b/lisp/with-editor.el
@@ -6,7 +6,7 @@
;; Homepage: https://github.com/magit/with-editor
;; Keywords: processes terminals
-;; Package-Version: 3.4.1
+;; Package-Version: 3.4.2
;; Package-Requires: ((emacs "26.1") (compat "30.0.0.0"))
;; SPDX-License-Identifier: GPL-3.0-or-later