From 378f3e42be25c689164e720ba628c890a87c1f16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 12:48:40 +0100 Subject: [PATCH] chore(master): release 1.24.1 (#7122) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7593bccf7..d2d837971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.24.1](https://github.com/starship/starship/compare/v1.24.0...v1.24.1) (2025-11-16) + + +### Bug Fixes + +* **fish:** fix job counting ([#7082](https://github.com/starship/starship/issues/7082)) ([7795bab](https://github.com/starship/starship/commit/7795bab3bd55c6515bce73e1e01c977203113ced)) +* improve timeout warning message in the directory scanner ([#7120](https://github.com/starship/starship/issues/7120)) ([d6daf8a](https://github.com/starship/starship/commit/d6daf8a4e1cdfbd361efe26ddefa0b60efaa5b1d)) + ## [1.24.0](https://github.com/starship/starship/compare/v1.23.0...v1.24.0) (2025-10-25) diff --git a/Cargo.lock b/Cargo.lock index abafad995..0fbba1061 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3366,7 +3366,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "starship" -version = "1.24.0" +version = "1.24.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 631d97c8c..4758ddc9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "starship" -version = "1.24.0" +version = "1.24.1" authors = ["Starship Contributors"] build = "build.rs" categories = ["command-line-utilities"]