From d27082f012ec4be5cc983789bb61b7cc93ce8ce8 Mon Sep 17 00:00:00 2001 From: phiresky Date: Fri, 14 Jun 2019 23:55:56 +0200 Subject: [PATCH] (cargo-release) version 0.8.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- ci/before_deploy.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f12a44..bb8eeb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -918,7 +918,7 @@ dependencies = [ [[package]] name = "ripgrep_all" -version = "0.8.4-alpha.0" +version = "0.8.4" dependencies = [ "bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ac5f9cc..d8d8d2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "ripgrep_all" description = "ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc" license = "AGPL-3.0-or-later" -version = "0.8.4-alpha.0" +version = "0.8.4" repository = "https://github.com/phiresky/ripgrep_all" authors = ["phiresky "] edition = "2018" diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 1616a08..d18d86f 100755 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -41,8 +41,8 @@ mk_tarball() { # cp "$cargo_out_dir/rg.1" "$staging/doc/" #fi # Copy shell completion files. - cp "$cargo_out_dir"/{rg.bash,rg.fish,_rg.ps1} "$staging/complete/" - cp complete/_rg "$staging/complete/" + # cp "$cargo_out_dir"/{rg.bash,rg.fish,_rg.ps1} "$staging/complete/" + # cp complete/_rg "$staging/complete/" (cd "$tmpdir" && tar czf "$out_dir/$name.tar.gz" "$name") rm -rf "$tmpdir"