From b2f93fa8f3126a87ff7cacb2ff79bfa32bc931cd Mon Sep 17 00:00:00 2001 From: Dylan Anthony Date: Sun, 31 Jul 2022 23:46:15 +0000 Subject: [PATCH] chore: Bump to 0.4.0-rc.3 --- 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 8377fbfa..4bb50057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.4.0-rc.3 + ## 0.4.0-rc.2 ## 0.4.0-rc.1 diff --git a/Cargo.lock b/Cargo.lock index 290e929c..3065460e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "knope" -version = "0.4.0-rc.1" +version = "0.4.0-rc.2" dependencies = [ "base64", "clap", diff --git a/Cargo.toml b/Cargo.toml index 40a180b3..6e12fa41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "knope" description = "A command line tool for automating common development tasks" -version = "0.4.0-rc.2" +version = "0.4.0-rc.3" authors = ["Dylan Anthony "] edition = "2021" license = "MIT"