From 770e4c24d11519e726891a33cccb5faeca127089 Mon Sep 17 00:00:00 2001 From: stephenleo Date: Sat, 28 Mar 2026 21:40:55 +0800 Subject: [PATCH] v1.4.1 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d99961..8e51e89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [1.4.0] - 2026-03-28 +## [1.4.1] - 2026-03-28 ### Added - Added Windows support — native builds for x86_64 and arm64, PowerShell installer/uninstaller, and Windows docs ([@tkm3d1a](https://github.com/tkm3d1a)) diff --git a/Cargo.lock b/Cargo.lock index 7104c35..b64470a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ dependencies = [ [[package]] name = "cship" -version = "1.4.0" +version = "1.4.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 3905092..30a0799 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cship" -version = "1.4.0" +version = "1.4.1" edition = "2024" description = "Beautiful, Blazing-fast, Customizable Claude Code Statusline" license = "Apache-2.0"