From 47af288e4aca9d646b59dda1ef5704e6150be48c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 01:14:17 -0400 Subject: changelog and version bump --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 958f2c5..2523056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changes +## 0.3.0 + +* Rerelease because apparently 0.2.0 and 0.2.1 were already released from + somewhere? + ## 0.2.0 * Handle USB power sources diff --git a/Cargo.lock b/Cargo.lock index 4e1d65b..70f5c76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,7 +106,7 @@ dependencies = [ [[package]] name = "fancy-prompt" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "git2", diff --git a/Cargo.toml b/Cargo.toml index 6828fbf..c4c2068 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fancy-prompt" description = "fancy-prompt is an improved shell prompt with several useful features" repository = "https://github.com/doy/fancy-prompt" license = "MIT" -version = "0.2.0" +version = "0.3.0" authors = ["Jesse Luehrs "] exclude = ["screenshots/*"] edition = "2021" -- cgit v1.2.3-54-g00ecf