mirror of
https://github.com/starship/starship.git
synced 2025-02-02 11:29:40 +01:00
chore(master): release 1.22.2
This commit is contained in:
parent
1699fdad32
commit
eb23dffc9f
@ -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
2
Cargo.lock
generated
@ -3041,7 +3041,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
||||
|
||||
[[package]]
|
||||
name = "starship"
|
||||
version = "1.22.1"
|
||||
version = "1.22.2"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"clap",
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user