diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e0040..7c79d77 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 1.0.3 (2024-02-12) ### Security fixes diff --git a/Cargo.lock b/Cargo.lock index 7e3ac78..5716d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -290,7 +290,7 @@ checksum = "673464e1e314dd67a0fd9544abc99e8eb28d0c7e3b69b033bcff9b2d00b87333" [[package]] name = "git-status-vars" -version = "1.0.2" +version = "1.0.3" dependencies = [ "assert_cmd", "bstr", diff --git a/Cargo.toml b/Cargo.toml index fb1c530..e06299b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git-status-vars" -version = "1.0.2" +version = "1.0.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"