chore(master): release 1.18.1 (#5874)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-24 10:51:46 +01:00 committed by GitHub
parent 7dcd26a2c8
commit 422934dc71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## [1.18.1](https://github.com/starship/starship/compare/v1.18.0...v1.18.1) (2024-03-24)
### Bug Fixes
* **deps:** update rust crate os_info to 3.8.2 ([#5870](https://github.com/starship/starship/issues/5870)) ([d421f63](https://github.com/starship/starship/commit/d421f63785f901caf222941cbfae7cb8c0feec74))
* replace all remaining paths referring to vuepress ([#5859](https://github.com/starship/starship/issues/5859)) ([d5861f9](https://github.com/starship/starship/commit/d5861f9f974147d307c319865890cbb3e50dbe5a))
## [1.18.0](https://github.com/starship/starship/compare/v1.17.1...v1.18.0) (2024-03-21)

2
Cargo.lock generated
View File

@ -2856,7 +2856,7 @@ dependencies = [
[[package]]
name = "starship"
version = "1.18.0"
version = "1.18.1"
dependencies = [
"chrono",
"clap",

View File

@ -1,6 +1,6 @@
[package]
name = "starship"
version = "1.18.0"
version = "1.18.1"
authors = ["Starship Contributors"]
build = "build.rs"
categories = ["command-line-utilities"]