Skip to content

Commit 3b94d93

Browse files
committed
chore: Release ripgrep_all version 0.10.3
1 parent 28d1f01 commit 3b94d93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.10 (unreleased)
1+
# 0.10.3
22

33
This was originally supposed to be version 1.0.0, but I don't feel confident enough in the stability to call it that.
44

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "AGPL-3.0-or-later"
1111
name = "ripgrep_all"
1212
readme = "README.md"
1313
repository = "https://github.com/phiresky/ripgrep-all"
14-
version = "0.10.0"
14+
version = "0.10.3"
1515

1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717

@@ -67,4 +67,4 @@ tokio-test = "0.4.2"
6767

6868
[profile.release]
6969
debug = true
70-
split-debuginfo = "packed"
70+
split-debuginfo = "packed"

0 commit comments

Comments
 (0)