From 862c80576e773e36d33496cdaef13819a7627762 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 8 Jun 2022 11:57:08 +0200 Subject: [PATCH] Bump to 0.1.1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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