diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-06 18:07:00 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-08-06 18:07:00 +0200 |
| commit | b70f660e36c024fa9319ea0e2977e45ef3c6f3ac (patch) | |
| tree | c7de67e46bc8fbecd33afb8e7d0fc181dca741d3 /lisp | |
| parent | 0c35dc3748274c52cddc7d92aad98f69de2ad323 (diff) | |
Release version 3.2.1v3.2.1
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/git-commit-pkg.el | 8 | ||||
| -rw-r--r-- | lisp/git-commit.el | 2 | ||||
| -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 | 2 | ||||
| -rw-r--r-- | lisp/magit.el | 4 |
8 files changed, 20 insertions, 20 deletions
diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el index 3b88a1d..105d602 100644 --- a/lisp/git-commit-pkg.el +++ b/lisp/git-commit-pkg.el @@ -1,8 +1,8 @@ -(define-package "git-commit" "3.2.0" +(define-package "git-commit" "3.2.1" "Edit Git commit messages." '((emacs "25.1") - (dash "20210330") - (transient "20210701") - (with-editor "20210524")) + (dash "2.18.1") + (transient "0.3.6") + (with-editor "3.0.4")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/git-commit.el b/lisp/git-commit.el index 002ca8b..6064ce8 100644 --- a/lisp/git-commit.el +++ b/lisp/git-commit.el @@ -14,7 +14,7 @@ ;; 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.0 +;; Package-Version: 3.2.1 ;; 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 a163b9a..d7f5279 100644 --- a/lisp/magit-libgit-pkg.el +++ b/lisp/magit-libgit-pkg.el @@ -1,7 +1,7 @@ -(define-package "magit-libgit" "3.2.0" +(define-package "magit-libgit" "3.2.1" "." '((emacs "25.1") (libgit "0") - (magit "20210801")) + (magit "3.2.1")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el index 566aa29..bdd2025 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.0")) -;; Package-Version: 3.2.0 +;; Package-Requires: ((emacs "26.1") (libgit "0") (magit "3.2.1")) +;; Package-Version: 3.2.1 ;; 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 4438823..9efc8d6 100644 --- a/lisp/magit-pkg.el +++ b/lisp/magit-pkg.el @@ -1,10 +1,10 @@ -(define-package "magit" "3.2.0" +(define-package "magit" "3.2.1" "A Git porcelain inside Emacs." '((emacs "25.1") - (dash "20210330") - (git-commit "20210801") - (magit-section "20210801") - (transient "20210701") - (with-editor "20210524")) + (dash "2.18.1") + (git-commit "3.2.1") + (magit-section "3.2.1") + (transient "0.3.6") + (with-editor "3.0.4")) :homepage "https://magit.vc" :keywords '("git" "tools" "vc")) diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el index 4f6de43..d72c593 100644 --- a/lisp/magit-section-pkg.el +++ b/lisp/magit-section-pkg.el @@ -1,6 +1,6 @@ -(define-package "magit-section" "3.2.0" +(define-package "magit-section" "3.2.1" "Sections for read-only buffers" '((emacs "25.1") - (dash "20210330")) + (dash "2.18.1")) :homepage "https://magit.vc" :keywords '("tools")) diff --git a/lisp/magit-section.el b/lisp/magit-section.el index 4f5f04d..66da1e5 100644 --- a/lisp/magit-section.el +++ b/lisp/magit-section.el @@ -11,7 +11,7 @@ ;; Keywords: tools ;; Homepage: https://github.com/magit/magit ;; Package-Requires: ((emacs "25.1") (dash "2.18.1")) -;; Package-Version: 3.2.0 +;; Package-Version: 3.2.1 ;; 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 8419601..70b95ea 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.0") (magit-section "3.2.0") (transient "0.3.6") (with-editor "3.0.4")) -;; Package-Version: 3.2.0 +;; 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 ;; SPDX-License-Identifier: GPL-3.0-or-later ;; Magit is free software; you can redistribute it and/or modify it |
