diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0b5f75f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## v0.1.1 + +Security fix for regex dependency. + +## v0.1.0 + +Initial release. diff --git a/Cargo.toml b/Cargo.toml index 3dff731..c62ef2a 100644 --- a/Cargo.toml +++ b/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" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html