Skip to content

Commit 33daab4

Browse files
authored
Merge pull request #3 from rchardx/release-please--branches--main
chore(main): release 0.2.3
2 parents a1273dd + 70b2e8d commit 33daab4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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.2"
2+
".": "0.2.3"
33
}

CHANGELOG.md

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

3+
## [0.2.3](https://github.com/rchardx/opencode-usage/compare/v0.2.2...v0.2.3) (2026-03-03)
4+
5+
6+
### Features
7+
8+
* **cli:** add --version / -V flag ([a1273dd](https://github.com/rchardx/opencode-usage/commit/a1273dd5f480b16490c0c737ef495528bfd7d54f))
9+
10+
11+
### Code Refactoring
12+
13+
* **cli:** remove global flags and shortcuts, default to run subcommand ([11d0368](https://github.com/rchardx/opencode-usage/commit/11d0368d7d10bdebedaa286ac342a3c59c6a4ae1))
14+
315
## [0.2.2](https://github.com/rchardx/opencode-usage/compare/v0.2.1...v0.2.2) (2026-03-02)
416

517

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.2"
3+
version = "0.2.3"
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)