chore(master): release 1.10.3 (#4287)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-09-08 19:00:06 +02:00 committed by GitHub
parent 72fabd717e
commit cfe781de08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 5 deletions

View File

@ -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)

6
Cargo.lock generated
View File

@ -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",

View File

@ -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"