diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-17 19:06:32 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-17 19:06:32 +0200 |
| commit | 78334faa219e937855cd4bf7d9c2ab44d51b2dfa (patch) | |
| tree | 02c2823a405b5bea07111f5911e1526a598fa9e1 | |
| parent | 6d899ad030ca0245f05773cb23eb5f8ba93a4fb4 (diff) | |
Next release will be 4.4.0
At least.
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | lisp/magit-files.el | 2 | ||||
| -rw-r--r-- | lisp/magit-git.el | 2 | ||||
| -rw-r--r-- | lisp/magit-worktree.el | 6 |
4 files changed, 6 insertions, 6 deletions
@@ -1,5 +1,5 @@ # -*- mode: org -*- -* v4.3.9 UNRELEASED +* v4.4.0 UNRELEASED - At least Emacs 28.1 is required now. Emacs 30.1 was released earlier this year, so we do actually continue to support Emacs diff --git a/lisp/magit-files.el b/lisp/magit-files.el index cc9ac28..2fa95ad 100644 --- a/lisp/magit-files.el +++ b/lisp/magit-files.el @@ -602,7 +602,7 @@ If DEFAULT is non-nil, use this as the default value instead of 'magit-file-unstage "Magit 4.3.2") (define-obsolete-function-alias 'magit-find-file-noselect-1 - 'magit-find-file-noselect "Magit 4.3.9") + 'magit-find-file-noselect "Magit 4.4.0") (provide 'magit-files) ;; Local Variables: diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 4284042..60d6a59 100644 --- a/lisp/magit-git.el +++ b/lisp/magit-git.el @@ -198,7 +198,7 @@ This controls which refs are returned by `magit-list-refs', which is called by functions like `magit-list-branch-names' to generate the collection of refs. Additionally namespaces appear in the same order as specified here." - :package-version '(magit . "4.3.9") + :package-version '(magit . "4.4.0") :group 'magit-commands :type '(repeat string)) diff --git a/lisp/magit-worktree.el b/lisp/magit-worktree.el index f187e0c..5bd97d9 100644 --- a/lisp/magit-worktree.el +++ b/lisp/magit-worktree.el @@ -36,7 +36,7 @@ This is called with two arguments, the prompt and the branch to be checked out. When not checking out a branch then use nil for the second argument." - :package-version '(magit . "4.3.9") + :package-version '(magit . "4.4.0") :group 'magit-commands :type `(radio (function-item ,#'magit-read-worktree-directory) (function-item ,#'magit-read-worktree-directory-nested) @@ -49,7 +49,7 @@ second argument." "Base directory used by `magit-read-worktree-directory-offsite'. That function is suitable as `magit-read-worktree-directory-function', but is not used by default." - :package-version '(magit . "4.3.9") + :package-version '(magit . "4.4.0") :group 'magit-commands :type 'directory) @@ -57,7 +57,7 @@ but is not used by default." "Like `magit-read-worktree-directory-function' but takes only one argument.") (make-obsolete-variable 'magit-worktree-read-directory-name-function 'magit-read-worktree-directory-function - "Magit 4.3.9") + "Magit 4.4.0") ;;; Functions |
