Bump version in documentation and private brew formula and bump dev version

This commit is contained in:
Dan Davison 2021-06-25 11:58:26 +01:00
parent ac2873dabe
commit a4f5a4fa68
4 changed files with 9 additions and 7 deletions

4
Cargo.lock generated
View File

@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
version = "0.2.3"
@ -258,7 +260,7 @@ dependencies = [
[[package]]
name = "git-delta"
version = "0.8.1"
version = "0.8.2"
dependencies = [
"ansi_colours",
"ansi_term 0.12.1",

View File

@ -8,7 +8,7 @@ edition = "2018"
homepage = "https://github.com/dandavison/delta"
license = "MIT"
repository = "https://github.com/dandavison/delta"
version = "0.8.1"
version = "0.8.2"
[[bin]]
name = "delta"

View File

@ -1,5 +1,5 @@
class GitDelta < Formula
version "0.8.0"
version "0.8.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 "c60122857345dd3d43f5cdb66d85d7647dbc60bbabfc03850045ad6e090d2450"
sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5"
elsif OS.linux?
url "https://github.com/dandavison/delta/releases/download/#{version}/delta-#{version}-x86_64-unknown-linux-musl.tar.gz"
sha256 "f57c6490f511e8ed0526f2171b28d95aca09a0e161b37400fd85d9aa03bfffd7"
sha256 "0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5"
end
conflicts_with "delta"

View File

@ -201,7 +201,7 @@ In addition, delta handles traditional unified diff output.
## Installation
You can download an executable for your system: [Linux](https://github.com/dandavison/delta/releases/download/0.8.0/delta-0.8.0-x86_64-unknown-linux-gnu.tar.gz) | [MacOS (recent versions)](https://github.com/dandavison/delta/releases/download/0.8.0/delta-0.8.0-x86_64-apple-darwin.tar.gz) | [Windows](https://github.com/dandavison/delta/releases/download/0.8.0/delta-0.8.0-x86_64-pc-windows-msvc.zip) | [All](https://github.com/dandavison/delta/releases)
You can download an executable for your system: [Linux](https://github.com/dandavison/delta/releases/download/0.8.1/delta-0.8.1-x86_64-unknown-linux-gnu.tar.gz) | [MacOS (recent versions)](https://github.com/dandavison/delta/releases/download/0.8.1/delta-0.8.1-x86_64-apple-darwin.tar.gz) | [Windows](https://github.com/dandavison/delta/releases/download/0.8.1/delta-0.8.1-x86_64-pc-windows-msvc.zip) | [All](https://github.com/dandavison/delta/releases)
Alternatively, delta is available in the following package managers:
@ -621,7 +621,7 @@ and use the executable found at `./target/release/delta`.
## Full --help output
```
delta 0.8.0
delta 0.8.1
A viewer for git and diff output
USAGE: