We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609cd6f commit 862c805Copy full SHA for 862c805
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+## v0.1.1
2
+
3
+Security fix for regex dependency.
4
5
+## v0.1.0
6
7
+Initial release.
Cargo.toml
@@ -4,7 +4,7 @@ description = "A mass search & replace tool"
authors = ["Vincent Driessen"]
license = "MIT"
license-file = "LICENSE"
-version = "0.1.0"
+version = "0.1.1"
8
edition = "2021"
9
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments