Skip to content

Commit eba6f3e

Browse files
chore(main): release 0.2.4 (#4)
* chore(main): release 0.2.4 * chore: sync uv.lock --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 511dcb9 commit eba6f3e

File tree

4 files changed

+92
-84
lines changed

4 files changed

+92
-84
lines changed

.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.2.3"
2+
".": "0.2.4"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.4](https://github.com/rchardx/opencode-usage/compare/v0.2.3...v0.2.4) (2026-03-05)
4+
5+
6+
### Documentation
7+
8+
* **readme:** add run/insights subcommands and LLM configuration ([27b23a0](https://github.com/rchardx/opencode-usage/commit/27b23a0af865c0c5a41735ff6f2cc46fbc66b563))
9+
* rewrite AGENTS.md with full module inventory, subcommands, and insights architecture ([6958933](https://github.com/rchardx/opencode-usage/commit/69589332e563e99294a4aa2c9ecccdcd4331b28e))
10+
311
## [0.2.3](https://github.com/rchardx/opencode-usage/compare/v0.2.2...v0.2.3) (2026-03-03)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "opencode-usage"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "CLI tool to track and display OpenCode token usage statistics"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)