summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-24 10:51:46 +0100
committerGitHub <noreply@github.com>2024-03-24 10:51:46 +0100
commit422934dc71f9e6c582407ee5aa0364eae3b0e371 (patch)
treefe074b4744ea5a27a6f54af885069bf6050ecf7d
parent7dcd26a2c82957b2154f669532394bf3ac885f4a (diff)
chore(master): release 1.18.1 (#5874)v1.18.1
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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"]