From eb23dffc9fefdcddaadffffef325e768d8339556 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:49:48 +0000 Subject: [PATCH] chore(master): release 1.22.2 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e332a6882..e3e94be0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.22.2](https://github.com/starship/starship/compare/v1.22.1...v1.22.2) (2025-02-01) + + +### Bug Fixes + +* Change to a non-yanked version of the log crate ([#6495](https://github.com/starship/starship/issues/6495)) ([ed20b1d](https://github.com/starship/starship/commit/ed20b1d23b1b7ed914fca30fb6788f3d609f4a52)) +* **preset:** add missing rlang to plain-text-symbols preset ([ddafaa6](https://github.com/starship/starship/commit/ddafaa62fc85fddff2bc2cc3a1daaf919f8b8f0d)) +* **preset:** add missing rlang to plain-text-symbols preset ([#6458](https://github.com/starship/starship/issues/6458)) ([ddafaa6](https://github.com/starship/starship/commit/ddafaa62fc85fddff2bc2cc3a1daaf919f8b8f0d)) + ## [1.22.1](https://github.com/starship/starship/compare/v1.22.0...v1.22.1) (2025-01-11) diff --git a/Cargo.lock b/Cargo.lock index afe619820..43f903f44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3041,7 +3041,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "starship" -version = "1.22.1" +version = "1.22.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2291176f9..67277e28c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.22.1" +version = "1.22.2" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]