From cfe781de08cbf1d38ee59d2fdfb54fc92348f5c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 19:00:06 +0200 Subject: [PATCH] chore(master): release 1.10.3 (#4287) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4563f309..9a71e35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.3](https://github.com/starship/starship/compare/v1.10.2...v1.10.3) (2022-09-07) + + +### Performance Improvements + +* **git_commit:** only use exact match for tag by default ([#4281](https://github.com/starship/starship/issues/4281)) ([5984f08](https://github.com/starship/starship/commit/5984f0829ef5369e83c28108378fe0065a617b3c)) + ## [1.10.2](https://github.com/starship/starship/compare/v1.10.1...v1.10.2) (2022-08-18) diff --git a/Cargo.lock b/Cargo.lock index 9a0d3eb6..010862b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1838,9 +1838,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.14.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" +checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e" [[package]] name = "opaque-debug" @@ -2666,7 +2666,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.10.2" +version = "1.10.3" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 589195eb..2fccbe11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.10.2" +version = "1.10.3" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"] @@ -51,7 +51,7 @@ log = { version = "0.4.16", features = ["std"] } # see: https://github.com/NixOS/nixpkgs/issues/160876 notify-rust = { version = "4.5.8", optional = true } nu-ansi-term = "0.46.0" -once_cell = "1.14.0" +once_cell = "1.13.1" open = "3.0.2" os_info = "3.5.0" path-slash = "0.2.1"