diff --git a/Cargo.lock b/Cargo.lock index 15ae5b0..ed175f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,7 +984,7 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "statusline" -version = "0.1.4" +version = "0.1.5" dependencies = [ "aes", "cbc", diff --git a/crates/statusline/CHANGELOG.md b/crates/statusline/CHANGELOG.md new file mode 100644 index 0000000..871d4d5 --- /dev/null +++ b/crates/statusline/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +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/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.5](https://github.com/ryanclark/statusline/compare/v0.1.4...v0.1.5) - 2026-06-10 + +### Added + +- move to workspace, add configure TUI + +### Other + +- Cargo.toml cleanup diff --git a/crates/statusline/Cargo.toml b/crates/statusline/Cargo.toml index 27fd39a..6268ce0 100644 --- a/crates/statusline/Cargo.toml +++ b/crates/statusline/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statusline" -version = "0.1.4" +version = "0.1.5" edition = "2024" rust-version = "1.91" description = "Claude Code status line with context window and usage tracking"