chore(master): release 1.22.2

This commit is contained in:
github-actions[bot] 2025-02-01 21:49:48 +00:00 committed by GitHub
parent 1699fdad32
commit eb23dffc9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 2 deletions

View File

@ -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)

2
Cargo.lock generated
View File

@ -3041,7 +3041,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "starship"
version = "1.22.1"
version = "1.22.2"
dependencies = [
"chrono",
"clap",

View File

@ -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"]