Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 05ae838

Browse files
committed
bump: version 0.1.4 → 0.1.5
1 parent dabc8b8 commit 05ae838

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plan-export",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Auto-save your Claude Code plans to the project root when you finish planning.",
55
"author": {
66
"name": "J Liew",

CHANGELOG.md

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

3+
## v0.1.5 (2025-12-19)
4+
5+
### Refactor
6+
7+
- modernize exception handling and cleanup
8+
9+
## v0.1.4 (2025-12-16)
10+
11+
### Fix
12+
13+
- change timestamp format from HH:MM:SS to HHMMSS
14+
315
## [0.1.4](https://github.com/kenryu42/claude-code-plan-export/compare/v0.1.3...v0.1.4) (2025-12-16)
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 = "cc-plan-export"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "Scripts to export Claude Code project plans"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)