From 9fb7d59cbfef5af171a88c7801f535774b56ab15 Mon Sep 17 00:00:00 2001 From: John Backes Date: Mon, 17 Apr 2023 22:50:32 -0700 Subject: [PATCH] Update version number to 0.2.0 Update the version number of happycommit from 0.1.0 to 0.2.0 in order to reflect the changes made in this commit. No code was added or removed in this commit, merely the version number was updated. ~~~~~~~~~~ This commit message was generated by HappyCommit. Try it in your project today! Check it out at https://github.com/jackbackes/happycommit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7901904..e04ad72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,7 +432,7 @@ dependencies = [ [[package]] name = "happycommit" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index 216628a..09c66d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "happycommit" -version = "0.1.0" +version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html