Skip to content

Commit 6ff2185

Browse files
committed
version: v0.3.1
1 parent 2d4d465 commit 6ff2185

3 files changed

Lines changed: 39 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## v0.3.1
2+
3+
[v0.3.0...v0.3.1](https://github.com/codetime-dev/codetime-cli/compare/v0.3.0...v0.3.1)
4+
5+
### :sparkles: Features
6+
7+
- **cli**: add amp backfill support and codex tier rewrite - By [Jianqi Pan](mailto:jannchie@gmail.com) in [2d4d465](https://github.com/codetime-dev/codetime-cli/commit/2d4d465)
8+
9+
### :adhesive_bandage: Fixes
10+
11+
- **ci**: avoid npm self-overwrite during publish workflow upgrade - By [Jianqi Pan](mailto:jannchie@gmail.com) in [cc12e58](https://github.com/codetime-dev/codetime-cli/commit/cc12e58)
12+
13+
### :wrench: Chores
14+
15+
- **cli**: add file logging for background errors - By [Jianqi Pan](mailto:jannchie@gmail.com) in [54bdcf1](https://github.com/codetime-dev/codetime-cli/commit/54bdcf1)
16+
- **release**: switch release tags to v prefix - By [Jianqi Pan](mailto:jannchie@gmail.com) in [674ccf5](https://github.com/codetime-dev/codetime-cli/commit/674ccf5)
17+
18+
## v0.3.0
19+
20+
[v0.2.1...v0.3.0](https://github.com/codetime-dev/codetime-cli/compare/v0.2.1...v0.3.0)
21+
22+
### :sparkles: Features
23+
24+
- **cli**: honor agent config env overrides - By [Jianqi Pan](mailto:jannchie@gmail.com) in [d28b8ec](https://github.com/codetime-dev/codetime-cli/commit/d28b8ec)
25+
26+
### :adhesive_bandage: Fixes
27+
28+
- **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)
29+
30+
### :memo: Documentation
31+
32+
- update readme and publish workflow input - By [Jianqi Pan](mailto:jannchie@gmail.com) in [0292912](https://github.com/codetime-dev/codetime-cli/commit/0292912)
33+
34+
### :wrench: Chores
35+
36+
- **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)
37+
138
## v0.2.1
239

340
[v0.3.0...v0.2.1](https://github.com/codetime-dev/codetime-cli/compare/v0.3.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.1",
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.1",
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)