From 422934dc71f9e6c582407ee5aa0364eae3b0e371 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 10:51:46 +0100 Subject: chore(master): release 1.18.1 (#5874) 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 6bab1a0df..a0e989890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 4355a7d64..013371cb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2856,7 +2856,7 @@ dependencies = [ [[package]] name = "starship" -version = "1.18.0" +version = "1.18.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index a9fa8ed71..9297cbca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] -- cgit v1.2.3