From 3ac0559357f1dcf19be3cea23ad21973048c3ff8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 17:29:43 -0400 Subject: [PATCH] chore(master): release 1.6.2 (#3876) --- 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 2cac56c3..3a98e54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.6.2](https://github.com/starship/starship/compare/v1.6.1...v1.6.2) (2022-04-15) + + +### Bug Fixes + +* trigger another release ([81d2ce6](https://github.com/starship/starship/commit/81d2ce68ec05ea77151639267115d4daf73f5019)) + ### [1.6.1](https://github.com/starship/starship/compare/v1.6.0...v1.6.1) (2022-04-15) diff --git a/Cargo.lock b/Cargo.lock index 6e29ac97..1443247c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1892,7 +1892,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.6.1" +version = "1.6.2" dependencies = [ "ansi_term", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index 63af3226..d83ee87a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.6.1" +version = "1.6.2" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]