Skip to content

Commit cf04dbc

Browse files
committed
Bump version in files
1 parent 73ae21d commit cf04dbc

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

HomeBrewFormula/git-delta.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
class GitDelta < Formula
2-
version "0.11.0"
2+
version "0.12.1"
33
desc "A viewer for git and diff output"
44
homepage "https://github.com/dandavison/delta"
55

66
disable! because: "it is now in homebrew core. Please reinstall it as follows:\nbrew untap dandavison/delta\nbrew install git-delta\n"
77

88
if OS.mac?
99
url "https://github.com/dandavison/delta/releases/download/#{version}/delta-#{version}-x86_64-apple-darwin.tar.gz"
10-
sha256 "89913bb086367b00c908ef0f2257ee4eb8b23b6b4df56eb9cfb85d351ee49f0a"
10+
sha256 "9d853c4a11f75b8b604cddf74df12d481d64251eb775d139c53f228df2f5ace3"
1111
elsif OS.linux?
1212
url "https://github.com/dandavison/delta/releases/download/#{version}/delta-#{version}-x86_64-unknown-linux-musl.tar.gz"
13-
sha256 "3a2eb0b8d9446bde4284592c8858e4166228991dec471ad4f379306aaa96fa84"
13+
sha256 "89b7db0ea1473640c7c80d16da00cf5a95bbdbcd7a9003c62896c11a0f7e5875"
1414
end
1515

1616
conflicts_with "delta"

etc/release.Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ $(CREATE_GITHUB_RELEASE_SENTINEL):
4747
BUMP_VERSION_IN_DOCUMENTATION_LINKS_SENTINEL=.make-sentinels/bump-version-in-documentation-links
4848
bump-version-in-documentation-links: $(BUMP_VERSION_IN_DOCUMENTATION_LINKS_SENTINEL)
4949
$(BUMP_VERSION_IN_DOCUMENTATION_LINKS_SENTINEL):
50-
sed -i -E "s,$$DELTA_OLD_VERSION,$$DELTA_NEW_VERSION,g" README.md
51-
git add README.md
50+
sed -i -E "s,$$DELTA_OLD_VERSION,$$DELTA_NEW_VERSION,g" manual/src/full---help-output.md manual/src/installation.md
51+
git add manual/src/full---help-output.md manual/src/installation.md
5252
git commit -m "Bump version in links to executables"
5353
touch $(BUMP_VERSION_IN_DOCUMENTATION_LINKS_SENTINEL)
5454

manual/src/full---help-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Full --help output
22

33
```
4-
delta 0.12.0
4+
delta 0.12.1
55
A viewer for git and diff output
66
77
USAGE:

manual/src/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Installation
22

33
You can download an executable for your system:
4-
[Linux (glibc)](https://github.com/dandavison/delta/releases/download/0.11.3/delta-0.11.3-x86_64-unknown-linux-gnu.tar.gz)
4+
[Linux (glibc)](https://github.com/dandavison/delta/releases/download/0.12.1/delta-0.12.1-x86_64-unknown-linux-gnu.tar.gz)
55
|
6-
[Linux (musl)](https://github.com/dandavison/delta/releases/download/0.11.3/delta-0.11.3-x86_64-unknown-linux-musl.tar.gz)
6+
[Linux (musl)](https://github.com/dandavison/delta/releases/download/0.12.1/delta-0.12.1-x86_64-unknown-linux-musl.tar.gz)
77
|
8-
[MacOS](https://github.com/dandavison/delta/releases/download/0.11.3/delta-0.11.3-x86_64-apple-darwin.tar.gz)
8+
[MacOS](https://github.com/dandavison/delta/releases/download/0.12.1/delta-0.12.1-x86_64-apple-darwin.tar.gz)
99
|
10-
[Windows](https://github.com/dandavison/delta/releases/download/0.11.3/delta-0.11.3-x86_64-pc-windows-msvc.zip)
10+
[Windows](https://github.com/dandavison/delta/releases/download/0.12.1/delta-0.12.1-x86_64-pc-windows-msvc.zip)
1111
|
1212
[All](https://github.com/dandavison/delta/releases)
1313

0 commit comments

Comments
 (0)