chore(master): release 1.14.2 (#5098)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-04-12 20:46:13 +02:00 committed by GitHub
parent b672be0d9c
commit c7949706a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [1.14.2](https://github.com/starship/starship/compare/v1.14.1...v1.14.2) (2023-04-12)
### Bug Fixes
* **git_commit:** resolve panic on 32-bit targets ([#5095](https://github.com/starship/starship/issues/5095)) ([5ef90a6](https://github.com/starship/starship/commit/5ef90a615f73a9f240a3c63ab601db1302adb01d))
## [1.14.1](https://github.com/starship/starship/compare/v1.14.0...v1.14.1) (2023-04-11)

2
Cargo.lock generated
View File

@ -2771,7 +2771,7 @@ dependencies = [
[[package]]
name = "starship"
version = "1.14.1"
version = "1.14.2"
dependencies = [
"chrono",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "starship"
version = "1.14.1"
version = "1.14.2"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]