Skip to content

Commit 4485183

Browse files
chore(main): release 0.14.0 (#33)
🤖 I have created a release *beep* *boop* --- ## [0.14.0](v0.13.9...v0.14.0) (2026-07-02) ### ⚠ BREAKING CHANGES * users on the old `claude-statusline` command must re-run `claude-code-statusline install` after upgrading (widget config migrates automatically). ### Features * standardize on claude-code-statusline and self-install ([#39](#39)) ([2d3c44e](2d3c44e)) ### Chores * **deps:** Lock file maintenance ([#35](#35)) ([9609fd2](9609fd2)) * **deps:** Lock file maintenance ([#36](#36)) ([cdcc3c1](cdcc3c1)) * **deps:** Lock file maintenance ([#37](#37)) ([65bffe4](65bffe4)) * **deps:** Lock file maintenance ([#38](#38)) ([32d04d2](32d04d2)) * sync pre-commit hook ([7879f8a](7879f8a)) ### Continuous Integration * sync CI workflow ([34e04bf](34e04bf)) * sync CI workflow ([9d4744a](9d4744a)) * sync CI workflow ([1d5d11f](1d5d11f)) * sync CI workflow ([7d2be2d](7d2be2d)) * sync publish workflow ([2037f87](2037f87)) * sync release workflow ([4203ea8](4203ea8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: wpfleger-release-bot[bot] <282999489+wpfleger-release-bot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2d3c44e commit 4485183

4 files changed

Lines changed: 33 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.13.9"
2+
".": "0.14.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# CHANGELOG
22

3+
## [0.14.0](https://github.com/wpfleger96/claude-code-status-line/compare/v0.13.9...v0.14.0) (2026-07-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* users on the old `claude-statusline` command must re-run `claude-code-statusline install` after upgrading (widget config migrates automatically).
9+
10+
### Features
11+
12+
* standardize on claude-code-statusline and self-install ([#39](https://github.com/wpfleger96/claude-code-status-line/issues/39)) ([2d3c44e](https://github.com/wpfleger96/claude-code-status-line/commit/2d3c44e3709d13de80a65e306ead51f87a04c5e0))
13+
14+
15+
### Chores
16+
17+
* **deps:** Lock file maintenance ([#35](https://github.com/wpfleger96/claude-code-status-line/issues/35)) ([9609fd2](https://github.com/wpfleger96/claude-code-status-line/commit/9609fd24ff9e237fdb196cd6b41c6ad4f4d7eef6))
18+
* **deps:** Lock file maintenance ([#36](https://github.com/wpfleger96/claude-code-status-line/issues/36)) ([cdcc3c1](https://github.com/wpfleger96/claude-code-status-line/commit/cdcc3c16022a519dfdbe0df71c6b3bab7466a6ab))
19+
* **deps:** Lock file maintenance ([#37](https://github.com/wpfleger96/claude-code-status-line/issues/37)) ([65bffe4](https://github.com/wpfleger96/claude-code-status-line/commit/65bffe4ff3292e6df2fc318d0137aa127a25706a))
20+
* **deps:** Lock file maintenance ([#38](https://github.com/wpfleger96/claude-code-status-line/issues/38)) ([32d04d2](https://github.com/wpfleger96/claude-code-status-line/commit/32d04d2793a0b7c1c0838b6875f6c446f5f3c790))
21+
* sync pre-commit hook ([7879f8a](https://github.com/wpfleger96/claude-code-status-line/commit/7879f8ac1d3b13c7ae8bfab3337dad34480d32db))
22+
23+
24+
### Continuous Integration
25+
26+
* sync CI workflow ([34e04bf](https://github.com/wpfleger96/claude-code-status-line/commit/34e04bff74891695fd6e1b3eaaf695d0ee65a1f4))
27+
* sync CI workflow ([9d4744a](https://github.com/wpfleger96/claude-code-status-line/commit/9d4744a3d7459bc776866fdc7592209bf1536045))
28+
* sync CI workflow ([1d5d11f](https://github.com/wpfleger96/claude-code-status-line/commit/1d5d11ff82a068720089dfdb51b2430f5a44eed2))
29+
* sync CI workflow ([7d2be2d](https://github.com/wpfleger96/claude-code-status-line/commit/7d2be2d22beb6357e47c37019701afa0bb48b455))
30+
* sync publish workflow ([2037f87](https://github.com/wpfleger96/claude-code-status-line/commit/2037f8703a573cc1dbe17f2f462d8ab8c6daa0da))
31+
* sync release workflow ([4203ea8](https://github.com/wpfleger96/claude-code-status-line/commit/4203ea83fcfe664ca1e26e4e894f942b4eb87372))
32+
333
## [0.13.9](https://github.com/wpfleger96/claude-code-status-line/compare/v0.13.8...v0.13.9) (2026-06-19)
434

535

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "claude-code-statusline"
7-
version = "0.13.9"
7+
version = "0.14.0"
88
description = "A Python script for Claude Code statusline with context usage tracking"
99
readme = "README.md"
1010
license = "MIT"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)