diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0fb9e99..3f00afe43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.13.1](https://github.com/starship/starship/compare/v1.13.0...v1.13.1) (2023-02-26) + + +### Bug Fixes + +* trigger release ([ff82fb9](https://github.com/starship/starship/commit/ff82fb99af88c007a18c7655fb0150c4415bb5db)) + ## [1.13.0](https://github.com/starship/starship/compare/v1.12.0...v1.13.0) (2023-02-24) diff --git a/Cargo.lock b/Cargo.lock index 648b3e6fd..f25bd6b81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2783,7 +2783,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.13.0" +version = "1.13.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 57017494b..2ab4adc0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.13.0" +version = "1.13.1" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]