Skip to content

Commit 55cf272

Browse files
committed
version: v0.4.0
1 parent b25e217 commit 55cf272

5 files changed

Lines changed: 12 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ Thumbs.db
4040

4141
# Runtime CLI state (in case someone runs the CLI from inside the repo)
4242
.codetime/
43+
docs

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v0.4.0
2+
3+
[v0.3.3...v0.4.0](https://github.com/codetime-dev/codetime-cli/compare/v0.3.3...v0.4.0)
4+
5+
### :sparkles: Features
6+
7+
- **cli**: add gemini backfill support - By [Jianqi Pan](mailto:jannchie@gmail.com) in [b25e217](https://github.com/codetime-dev/codetime-cli/commit/b25e217)
8+
19
## v0.3.3
210

311
[v0.3.2...v0.3.3](https://github.com/codetime-dev/codetime-cli/compare/v0.3.2...v0.3.3)

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-workspace",
33
"type": "module",
4-
"version": "0.3.3",
4+
"version": "0.4.0",
55
"private": true,
66
"packageManager": "pnpm@11.1.2",
77
"scripts": {

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.3.3",
4+
"version": "0.4.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.3.3",
4+
"version": "0.4.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)