diff --git a/.gitignore b/.gitignore index 503de86..ba2dc35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target +/exampledir.2 /.idea /.vscode/settings.json **/*.rs.bk diff --git a/Cargo.lock b/Cargo.lock index 8eff001..bd501ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -918,7 +918,7 @@ dependencies = [ [[package]] name = "ripgrep_all" -version = "0.7.1-alpha.0" +version = "0.8.0" 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 2eb00f4..890df23 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.7.1-alpha.0" +version = "0.8.0" repository = "https://github.com/phiresky/ripgrep_all" authors = ["phiresky "] edition = "2018"