diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a9252a3..4563f3094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.2](https://github.com/starship/starship/compare/v1.10.1...v1.10.2) (2022-08-18) + + +### Bug Fixes + +* **git:** upgrade `gitoxide` to v0.21 ([#4277](https://github.com/starship/starship/issues/4277)) ([f52ae55](https://github.com/starship/starship/commit/f52ae552d3ef2c0c0c6de6429cee7b8271f14671)) + ## [1.10.1](https://github.com/starship/starship/compare/v1.10.0...v1.10.1) (2022-08-15) diff --git a/Cargo.lock b/Cargo.lock index 105313d4e..fa1962b99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2684,7 +2684,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.10.1" +version = "1.10.2" dependencies = [ "ansi_term", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 39d244c30..ad3832a05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.10.1" +version = "1.10.2" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]