Skip to content

Commit b407548

Browse files
committed
v5.2.0 Release
- Add x86_64-unknown-linux-gnu binary. - Fix stale version returned by `git coauthor -v`.
1 parent 47912b4 commit b407548

5 files changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 5.2.0
2+
3+
- Add x86_64-unknown-linux-gnu binary.
4+
- Fix stale version returned by `git coauthor -v`.
5+
16
## 5.1.0
27

38
- Decrease binary size.

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.1.0"
5+
version = "5.2.0"
66
edition = "2021"
77
authors = ["Nick Dower <nicholasdower@gmail.com>"]
88

Formula/git-coauthor.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ class GitCoauthor < Formula
22
desc "List or add Git coauthors"
33
homepage "https://github.com/nicholasdower/git-coauthor"
44
license "MIT"
5-
version "5.1.0"
5+
version "5.2.0"
66
if Hardware::CPU.arm?
7-
url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.1.0/git-coauthor-5.1.0-aarch64-apple-darwin.tar.gz"
8-
sha256 "33c71c5972ed55dac1d09b0e3cb75e68120f63236011403542529f69aee4f25e"
7+
url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.2.0/git-coauthor-5.2.0-aarch64-apple-darwin.tar.gz"
8+
sha256 "05606298cdfe26f16cc52b51ab6a7fceade4f363faf77ab68656791d49c181b8"
99
elsif Hardware::CPU.intel?
10-
url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.1.0/git-coauthor-5.1.0-x86_64-apple-darwin.tar.gz"
11-
sha256 "03f267eca91b602cbd8830402ec094d5d75bcceec95e4646f87a522261eced94"
10+
url "https://github.com/nicholasdower/git-coauthor/releases/download/v5.2.0/git-coauthor-5.2.0-x86_64-apple-darwin.tar.gz"
11+
sha256 "d9290d9b961ae394118555adf013e80f055199f5855847e0fa40d5d294eb34cd"
1212
end
1313

1414
def install

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.1.0 Git\ Manual
1+
.TH GIT\-COAUTHOR 1 2024-02-14 5.2.0 Git\ Manual
22
.SH NAME
33
\fBgit\-coauthor\fR \- List, add or delete Git coauthors
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)