From 64c5371746646ef4a7caebfa1cbf38c3b4c45a62 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Wed, 9 Feb 2022 10:06:30 -0500 Subject: [PATCH] Release new version `v0.13.0` --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd227e6..8f1a845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.13.0] - 2022-02-09 + ### Added - `--custom-regex` option, thanks [@neonowy](https://github.com/neonowy) [#39](https://github.com/avencera/rustywind/pull/39) diff --git a/Cargo.lock b/Cargo.lock index eb8d2e2..9bf7efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,7 +364,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "rustywind" -version = "0.12.2" +version = "0.13.0" dependencies = [ "aho-corasick", "clap", diff --git a/Cargo.toml b/Cargo.toml index 07ba498..4861816 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Praveen Perera "] edition = "2018" name = "rustywind" -version = "0.12.2" +version = "0.13.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html