Skip to content

Commit 0cff0d4

Browse files
committed
version: v0.3.0
1 parent b8f5cc1 commit 0cff0d4

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v0.3.0
2+
3+
[v0.2.1...v0.3.0](https://github.com/codetime-dev/codetime-cli/compare/v0.2.1...v0.3.0)
4+
5+
### :sparkles: Features
6+
7+
- **cli**: honor agent config env overrides - By [Jianqi Pan](mailto:jannchie@gmail.com) in [d28b8ec](https://github.com/codetime-dev/codetime-cli/commit/d28b8ec)
8+
9+
### :adhesive_bandage: Fixes
10+
11+
- **cli**: dedup claude usage and reset backfill state schema - By [Jianqi Pan](mailto:jannchie@gmail.com) in [b8f5cc1](https://github.com/codetime-dev/codetime-cli/commit/b8f5cc1)
12+
13+
### :memo: Documentation
14+
15+
- update readme and publish workflow input - By [Jianqi Pan](mailto:jannchie@gmail.com) in [0292912](https://github.com/codetime-dev/codetime-cli/commit/0292912)
16+
17+
### :wrench: Chores
18+
19+
- **ci**: checkout latest release tag on manual dispatch - By [Jianqi Pan](mailto:jannchie@gmail.com) in [e80a117](https://github.com/codetime-dev/codetime-cli/commit/e80a117)
20+
121
## v0.2.1
222

323
[v0.2.0...v0.2.1](https://github.com/codetime-dev/codetime-cli/compare/v0.2.0...v0.2.1)

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codetime-cli",
33
"type": "module",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"description": "codetime CLI — install AI-agent hooks (Claude Code, Codex, OpenCode, Pi) and report activity to codetime.dev.",
66
"license": "MIT",
77
"publishConfig": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codetime/shared",
33
"type": "module",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"private": true,
66
"description": "Shared event types for codetime CLI. Inlined into the published `codetime` bundle — not published independently.",
77
"license": "MIT",

0 commit comments

Comments
 (0)