From 3677a2af003db3501850cd4d88d7c1bd928f21f9 Mon Sep 17 00:00:00 2001 From: Daniel Parks Date: Sat, 31 Dec 2022 23:40:45 -0800 Subject: [PATCH] Release 0.2.3: Download links in README.md. --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac0a998..f0622ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## main branch +## Release 0.2.3 (2022-12-31) * Add download links to README.md. diff --git a/Cargo.lock b/Cargo.lock index 280ec63..7c0a70a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -173,7 +173,7 @@ dependencies = [ [[package]] name = "git-status-vars" -version = "0.2.2" +version = "0.2.3" dependencies = [ "assert_cmd", "bstr", diff --git a/Cargo.toml b/Cargo.toml index 79f469f..e9591ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-status-vars" -version = "0.2.2" +version = "0.2.3" authors = ["Daniel Parks "] description = "Summarize git repo info into shell variables (for use in a prompt)" homepage = "https://github.com/danielparks/git-status-vars"