chore: Release ripgrep_all version 0.10.3

pull/201/head v0.10.3
phiresky 4 months ago
parent 28d1f014aa
commit 3b94d93b7c

@ -1,4 +1,4 @@
# 0.10 (unreleased)
# 0.10.3
This was originally supposed to be version 1.0.0, but I don't feel confident enough in the stability to call it that.

2
Cargo.lock generated

@ -1363,7 +1363,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "ripgrep_all"
version = "0.10.0"
version = "0.10.3"
dependencies = [
"anyhow",
"async-compression 0.4.5",

@ -11,7 +11,7 @@ license = "AGPL-3.0-or-later"
name = "ripgrep_all"
readme = "README.md"
repository = "https://github.com/phiresky/ripgrep-all"
version = "0.10.0"
version = "0.10.3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -67,4 +67,4 @@ tokio-test = "0.4.2"
[profile.release]
debug = true
split-debuginfo = "packed"
split-debuginfo = "packed"

Loading…
Cancel
Save