From a4f5a4fa686a8db72afbb4f07ae906effbf0fe8e Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 25 Jun 2021 11:58:26 +0100 Subject: Bump version in documentation and private brew formula and bump dev version --- Cargo.lock | 4 +++- Cargo.toml | 2 +- HomeBrewFormula/git-delta.rb | 6 +++--- README.md | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f81c89b6..2be42b2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index c019b974..79a346c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/HomeBrewFormula/git-delta.rb b/HomeBrewFormula/git-delta.rb index 98d5deb3..b69bd331 100644 --- a/HomeBrewFormula/git-delta.rb +++ b/HomeBrewFormula/git-delta.rb @@ -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" diff --git a/README.md b/README.md index f7aff1a7..63b78185 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3