Skip to content

Commit e3c7156

Browse files
committed
v5.2.2 Release
- Make binary executable.
1 parent 8c0c5eb commit e3c7156

5 files changed

Lines changed: 17 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.2.2
2+
3+
- Make binary executable.
4+
15
## 5.2.1
26

37
- Add Homebrew bottles.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "git-coauthor"
5-
version = "5.2.1"
5+
version = "5.2.2"
66
edition = "2021"
77
authors = ["Nick Dower <nicholasdower@gmail.com>"]
88

Formula/git-coauthor.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ class GitCoauthor < Formula
22
desc "List or add Git coauthors"
33
homepage "https://github.com/nicholasdower/git-coauthor"
44
license "MIT"
5-
version "5.2.1"
5+
version "5.2.2"
66

7-
url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.2.1/git-coauthor-5.2.1.tar.gz"
8-
sha256 "186d5719267bde3c64b93dd5e7f4833074918d2669a764e0e1279aee3663df52"
7+
url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.2.2/git-coauthor-5.2.2.tar.gz"
8+
sha256 "2dae2349f92a73b2d5f038e8cceecb1299e75d78980160009757b3eb3f6593fe"
99

1010
bottle do
1111
rebuild 1
12-
root_url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.2.1/"
13-
sha256 cellar: :any, monterey: "39965896d182fa2b1ed47d32043b8012ce1dfcb9453d198c1cf6dab94c8d0610"
14-
sha256 cellar: :any, ventura: "39965896d182fa2b1ed47d32043b8012ce1dfcb9453d198c1cf6dab94c8d0610"
15-
sha256 cellar: :any, sonoma: "39965896d182fa2b1ed47d32043b8012ce1dfcb9453d198c1cf6dab94c8d0610"
16-
sha256 cellar: :any, arm64_sonoma: "1b6af0dd3a6cf202c7914fb8c7a35aebd8844482293d333bbe22170e6cb309cf"
17-
sha256 cellar: :any, arm64_monterey: "1b6af0dd3a6cf202c7914fb8c7a35aebd8844482293d333bbe22170e6cb309cf"
18-
sha256 cellar: :any, arm64_ventura: "1b6af0dd3a6cf202c7914fb8c7a35aebd8844482293d333bbe22170e6cb309cf"
12+
root_url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.2.2/"
13+
sha256 cellar: :any, monterey: "335805936cd83abd879a10dc3152e39c7c53856c5d82424e7adc44fef64cb3ab"
14+
sha256 cellar: :any, ventura: "335805936cd83abd879a10dc3152e39c7c53856c5d82424e7adc44fef64cb3ab"
15+
sha256 cellar: :any, sonoma: "335805936cd83abd879a10dc3152e39c7c53856c5d82424e7adc44fef64cb3ab"
16+
sha256 cellar: :any, arm64_sonoma: "cabe33d5525c47596f45804f5517f277454cbecdd46bd942f22bcfa944221541"
17+
sha256 cellar: :any, arm64_monterey: "cabe33d5525c47596f45804f5517f277454cbecdd46bd942f22bcfa944221541"
18+
sha256 cellar: :any, arm64_ventura: "cabe33d5525c47596f45804f5517f277454cbecdd46bd942f22bcfa944221541"
1919
end
2020

2121
depends_on "rust" => :build

man/git-coauthor.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GIT\-COAUTHOR 1 2024-02-14 5.2.0 Git\ Manual
1+
.TH GIT\-COAUTHOR 1 2024-02-16 5.2.2 Git\ Manual
22
.SH NAME
33
\fBgit\-coauthor\fR \- List, add or delete Git coauthors
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)