diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a98e54e..6c9846bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +### [1.6.3](https://github.com/starship/starship/compare/v1.6.2...v1.6.3) (2022-04-26) + + +### Bug Fixes + +* **git_branch:** correct variable name for remote branch ([#3897](https://github.com/starship/starship/issues/3897)) ([bd7957f](https://github.com/starship/starship/commit/bd7957f01c7fa2b14f068e4130f1aedea61f4a76)) +* **schema:** move config-schema into docs folder ([#3878](https://github.com/starship/starship/issues/3878)) ([094f982](https://github.com/starship/starship/commit/094f982df184eecd85ea2832b3bf638629118c10)) + + +### Performance Improvements + +* **package:** only try to read files that exist ([#3904](https://github.com/starship/starship/issues/3904)) ([2a650bf](https://github.com/starship/starship/commit/2a650bfd140d561f955705cae124fb254ec549a1)) + + +### Reverts + +* **schema:** move config-schema back into .github folder ([#3886](https://github.com/starship/starship/issues/3886)) ([9b2ce42](https://github.com/starship/starship/commit/9b2ce4240c602df368f966996d870ef9197e65ac)) + ### [1.6.2](https://github.com/starship/starship/compare/v1.6.1...v1.6.2) (2022-04-15) diff --git a/Cargo.lock b/Cargo.lock index 70de14b5..a999fb5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1909,7 +1909,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.6.2" +version = "1.6.3" dependencies = [ "ansi_term", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index 673b753e..81a1a9c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.6.2" +version = "1.6.3" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]