diff --git a/CHANGELOG.md b/CHANGELOG.md index 183bdf31..c9089c61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 33a6d516..b05e1542 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2771,7 +2771,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.14.1" +version = "1.14.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 34566edb..dcd52cdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]