Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.7.1

- Fixed the published CLI version metadata so `handoffkit --version` reports the package version.
- Added a regression test that keeps CLI version metadata aligned with `package.json`.

## 0.7.0

- Added `handoffkit checkpoint save` for explicit timestamped progress checkpoints under `docs/checkpoints`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kingkyylian/handoffkit",
"version": "0.7.0",
"version": "0.7.1",
"description": "Clean handoff packets for interrupted AI coding sessions.",
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/cli/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CLI_VERSION = "0.7.0";
export const CLI_VERSION = "0.7.1";