chore(master): release 1.24.1 (#7122)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-11-16 12:48:40 +01:00
committed by GitHub
parent d6daf8a4e1
commit 378f3e42be
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -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)
Generated
+1 -1
View File
@@ -3366,7 +3366,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
[[package]]
name = "starship"
version = "1.24.0"
version = "1.24.1"
dependencies = [
"chrono",
"clap",
+1 -1
View File
@@ -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"]