summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2022-03-07 07:51:22 -0500
committerDan Davison <dandavison7@gmail.com>2022-03-07 07:54:30 -0500
commitcf04dbc758f8c13d1508d99bf3608a104f127374 (patch)
treebb4d4b3560581c885a4c57025b80bd89d9a7ad8d
parent73ae21d275118249e8c3f601b026859c7ae62824 (diff)
Bump version in files
-rw-r--r--HomeBrewFormula/git-delta.rb6
-rw-r--r--etc/release.Makefile4
-rw-r--r--manual/src/full---help-output.md2
-rw-r--r--manual/src/installation.md8
4 files changed, 10 insertions, 10 deletions
diff --git a/HomeBrewFormula/git-delta.rb b/HomeBrewFormula/git-delta.rb
index d925dac3..6603e75d 100644
--- a/HomeBrewFormula/git-delta.rb
+++ b/HomeBrewFormula/git-delta.rb
@@ -1,5 +1,5 @@
class GitDelta < Formula
- version "0.11.0"
+ version "0.12.1"
desc "A viewer for git and diff output"
homepage "https://github.com/dandavison/delta"
@@ -7,10 +7,10 @@ class GitDelta < Formula
if OS.mac?
url "https://github.com/dandavison/delta/releases/download/#{version}/delta-#{version}-x86_64-apple-darwin.tar.gz"
- sha256 "89913bb086367b00c908ef0f2257ee4eb8b23b6b4df56eb9cfb85d351ee49f0a"
+ sha256 "9d853c4a11f75b8b604cddf74df12d481d64251eb775d139c53f228df2f5ace3"
elsif OS.linux?
url "https://github.com/dandavison/delta/releases/download/#{version}/delta-#{version}-x86_64-unknown-linux-musl.tar.gz"
- sha256 "3a2eb0b8d9446bde4284592c8858e4166228991dec471ad4f379306aaa96fa84"
+ sha256 "89b7db0ea1473640c7c80d16da00cf5a95bbdbcd7a9003c62896c11a0f7e5875"
end
conflicts_with "delta"
diff --git a/etc/release.Makefile b/etc/release.Makefile
index 012c77fa..dc601731 100644
--- a/etc/release.Makefile
+++ b/etc/release.Makefile
@@ -47,8 +47,8 @@ $(CREATE_GITHUB_RELEASE_SENTINEL):
BUMP_VERSION_IN_DOCUMENTATION_LINKS_SENTINEL=.make-sentinels/bump-version-in-documentation-links
bump-version-in-documentation-links: $(BUMP_VERSION_IN_DOCUMENTATION_LINKS_SENTINEL)
$(BUMP_VERSION_IN_DOCUMENTATION_LINKS_SENTINEL):
- sed -i -E "s,$$DELTA_OLD_VERSION,$$DELTA_NEW_VERSION,g" README.md
- git add README.md
+ sed -i -E "s,$$DELTA_OLD_VERSION,$$DELTA_NEW_VERSION,g" manual/src/full---help-output.md manual/src/installation.md
+ git add manual/src/full---help-output.md manual/src/installation.md
git commit -m "Bump version in links to executables"
touch $(BUMP_VERSION_IN_DOCUMENTATION_LINKS_SENTINEL)
diff --git a/manual/src/full---help-output.md b/manual/src/full---help-output.md
index d2b9d989..78cbe5bd 100644
--- a/manual/src/full---help-output.md
+++ b/manual/src/full---help-output.md
@@ -1,7 +1,7 @@
# Full --help output
```
-delta 0.12.0
+delta 0.12.1
A viewer for git and diff output
USAGE:
diff --git a/manual/src/installation.md b/manual/src/installation.md
index 4ce4bc4f..02f393cd 100644
--- a/manual/src/installation.md
+++ b/manual/src/installation.md
@@ -1,13 +1,13 @@
# Installation
You can download an executable for your system:
-[Linux (glibc)](https://github.com/dandavison/delta/releases/download/0.11.3/delta-0.11.3-x86_64-unknown-linux-gnu.tar.gz)
+[Linux (glibc)](https://github.com/dandavison/delta/releases/download/0.12.1/delta-0.12.1-x86_64-unknown-linux-gnu.tar.gz)
|
-[Linux (musl)](https://github.com/dandavison/delta/releases/download/0.11.3/delta-0.11.3-x86_64-unknown-linux-musl.tar.gz)
+[Linux (musl)](https://github.com/dandavison/delta/releases/download/0.12.1/delta-0.12.1-x86_64-unknown-linux-musl.tar.gz)
|
-[MacOS](https://github.com/dandavison/delta/releases/download/0.11.3/delta-0.11.3-x86_64-apple-darwin.tar.gz)
+[MacOS](https://github.com/dandavison/delta/releases/download/0.12.1/delta-0.12.1-x86_64-apple-darwin.tar.gz)
|
-[Windows](https://github.com/dandavison/delta/releases/download/0.11.3/delta-0.11.3-x86_64-pc-windows-msvc.zip)
+[Windows](https://github.com/dandavison/delta/releases/download/0.12.1/delta-0.12.1-x86_64-pc-windows-msvc.zip)
|
[All](https://github.com/dandavison/delta/releases)