mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 22:40:37 +00:00
(cargo-release) start next development iteration 0.9.0
This commit is contained in:
parent
19ec222c86
commit
5447c4ac3a
@ -1,3 +1,7 @@
|
|||||||
|
# 0.9.1 (2019-06-16)
|
||||||
|
|
||||||
|
- Add enabled adapters to cache key if caching for archive
|
||||||
|
|
||||||
# 0.9.0 (2019-06-16)
|
# 0.9.0 (2019-06-16)
|
||||||
|
|
||||||
- Split decompress and tar adapter so we can also read pure .bz2 files etc
|
- Split decompress and tar adapter so we can also read pure .bz2 files etc
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -928,7 +928,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ripgrep_all"
|
name = "ripgrep_all"
|
||||||
version = "0.9.0"
|
version = "0.9.1-alpha.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"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)",
|
"bzip2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -4,7 +4,7 @@ name = "ripgrep_all"
|
|||||||
description = "rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc."
|
description = "rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc."
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "0.9.0"
|
version = "0.9.1-alpha.0"
|
||||||
repository = "https://github.com/phiresky/ripgrep_all"
|
repository = "https://github.com/phiresky/ripgrep_all"
|
||||||
authors = ["phiresky <phireskyde+git@gmail.com>"]
|
authors = ["phiresky <phireskyde+git@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
Loading…
Reference in New Issue
Block a user