From fdd3d150545700e15d221bfd97b1d80fb34e9b50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 10:47:34 +0900 Subject: chore(master): release 1.13.1 (#4937) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"] -- cgit v1.2.3