From a9a120bb310c44f1644de2f96b7f848a2a57462b Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Tue, 14 Jan 2020 11:04:35 -0800 Subject: [PATCH] Bump version to 0.3.0 Reviewed By: d16r Differential Revision: D19353692 fbshipit-source-id: 7b9ea9c489ce9cfaf7298d05a46ecf611b0f2610 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39d1c47..ab1f254 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ dependencies = [ [[package]] name = "fastmod" -version = "0.2.6" +version = "0.3.0" dependencies = [ "assert_cli 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 27c4808..70518bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastmod" -version = "0.2.6" +version = "0.3.0" authors = ["Scott Wolchok "] description = "Fast, partial replacement for codemod (find/replace tool for programmers)" edition = "2018"