Skip to content

Commit

Permalink
chore: Release ripgrep_all version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phiresky committed Jan 15, 2024
1 parent 28d1f01 commit 3b94d93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -67,4 +67,4 @@ tokio-test = "0.4.2"

[profile.release]
debug = true
split-debuginfo = "packed"
split-debuginfo = "packed"

0 comments on commit 3b94d93

Please sign in to comment.