diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-10-04 21:55:06 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-10-04 21:55:06 +0200 |
| commit | f44f6c14500476d918e9c01de8449edb20af4113 (patch) | |
| tree | cd0823f9b547fc35e6ad654f4ef7f3fa18db5409 /lisp | |
| parent | 9f1cbdaa5f6c51a6eaf85a4e0f7202e9d70f0e4d (diff) | |
Release version 3.3.0v3.3.0
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/git-commit-pkg.el | 8 | ||||
| -rw-r--r-- | lisp/git-commit.el | 4 | ||||
| -rw-r--r-- | lisp/magit-libgit-pkg.el | 4 | ||||
| -rw-r--r-- | lisp/magit-libgit.el | 4 | ||||
| -rw-r--r-- | lisp/magit-pkg.el | 12 | ||||
| -rw-r--r-- | lisp/magit-section-pkg.el | 4 | ||||
| -rw-r--r-- | lisp/magit-section.el | 4 | ||||
| -rw-r--r-- | lisp/magit.el | 4 |
8 files changed, 22 insertions, 22 deletions
diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el index 24d654d..890dc94 100644 --- a/lisp/git-commit-pkg.el +++ b/lisp/git-commit-pkg.el @@ -1,8 +1,8 @@ -(define-package "git-commit" "3.2.1" +(define-package "git-commit" "3.3.0" "Edit Git commit messages." '((emacs "25.1") - (dash "20210330") - (transient "20210701") - (with-editor "20210524")) + (dash "2.19.1") + (transient "0.3.6") + (with-editor "3.0.5")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 4c0716f..64813af 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -13,8 +13,8 @@ ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit -;; Package-Requires: ((emacs "25.1") (dash "2.18.1") (transient "0.3.6") (with-editor "3.0.4")) -;; Package-Version: 3.2.1 +;; Package-Requires: ((emacs "25.1") (dash "2.19.1") (transient "0.3.6") (with-editor "3.0.5")) +;; Package-Version: 3.3.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; This file is free software; you can redistribute it and/or modify diff --git a/lisp/magit-libgit-pkg.el b/lisp/magit-libgit-pkg.el index 0ba8453..584d704 100644 --- a/lisp/magit-libgit-pkg.el +++ b/lisp/magit-libgit-pkg.el @@ -1,7 +1,7 @@ -(define-package "magit-libgit" "3.2.1" +(define-package "magit-libgit" "3.3.0" "." '((emacs "25.1") (libgit "0") - (magit "20210806")) + (magit "3.3.0")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el index bdd2025..290d34d 100644 --- a/lisp/magit-libgit.el +++ b/lisp/magit-libgit.el @@ -10,8 +10,8 @@ ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit -;; Package-Requires: ((emacs "26.1") (libgit "0") (magit "3.2.1")) -;; Package-Version: 3.2.1 +;; Package-Requires: ((emacs "26.1") (libgit "0") (magit "3.3.0")) +;; Package-Version: 3.3.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Magit is free software; you can redistribute it and/or modify it diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el index 60a08ca..1dfaf4c 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,10 +1,10 @@ -(define-package "magit" "3.2.1" +(define-package "magit" "3.3.0" "A Git porcelain inside Emacs." '((emacs "25.1") - (dash "20210330") - (git-commit "20210806") - (magit-section "20210806") - (transient "20210701") - (with-editor "20210524")) + (dash "2.19.1") + (git-commit "3.3.0") + (magit-section "3.3.0") + (transient "0.3.6") + (with-editor "3.0.5")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el index 56adbd3..861c757 100644 --- a/lisp/magit-section-pkg.el +++ b/lisp/magit-section-pkg.el @@ -1,6 +1,6 @@ -(define-package "magit-section" "3.2.1" +(define-package "magit-section" "3.3.0" "Sections for read-only buffers" '((emacs "25.1") - (dash "20210330")) + (dash "2.19.1")) :homepage "https://magit.vc" :keywords '("tools")) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index b9e36c6..a0ec82d 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -10,8 +10,8 @@ ;; Keywords: tools ;; Homepage: https://github.com/magit/magit -;; Package-Requires: ((emacs "25.1") (dash "2.18.1")) -;; Package-Version: 3.2.1 +;; Package-Requires: ((emacs "25.1") (dash "2.19.1")) +;; Package-Version: 3.3.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Magit-Section is free software; you can redistribute it and/or modify diff --git a/lisp/magit.el b/lisp/magit.el index 13efac0..d0c68c9 100644 --- a/lisp/magit.el +++ b/lisp/magit.el @@ -19,8 +19,8 @@ ;; Keywords: git tools vc ;; Homepage: https://github.com/magit/magit -;; Package-Requires: ((emacs "25.1") (dash "2.18.1") (git-commit "3.2.1") (magit-section "3.2.1") (transient "0.3.6") (with-editor "3.0.4")) -;; Package-Version: 3.2.1 +;; Package-Requires: ((emacs "25.1") (dash "2.19.1") (git-commit "3.3.0") (magit-section "3.3.0") (transient "0.3.6") (with-editor "3.0.5")) +;; Package-Version: 3.3.0 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Magit is free software; you can redistribute it and/or modify it |
