Skip to content

Commit dcba7ea

Browse files
committed
🔖 chore(release): bump version to 1.1.0
1 parent 183691a commit dcba7ea

5 files changed

Lines changed: 19 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"name": "issue-flow",
1313
"description": "Issue-driven development orchestrator with state machine workflow",
14-
"version": "1.0.0",
14+
"version": "1.1.0",
1515
"source": "./",
1616
"author": {
1717
"name": "Crazygit"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "issue-flow",
33
"description": "Issue-driven development orchestrator with state machine workflow",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"author": {
66
"name": "Crazygit"
77
},

.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "issue-flow",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Issue-driven development orchestrator packaged as a reusable Codex plugin bundle.",
55
"author": {
66
"name": "Crazygit",

.version-bump.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"files": [
33
{ "path": ".claude-plugin/plugin.json", "field": "version" },
4-
{ "path": ".claude-plugin/marketplace.json", "field": "plugins.0.version" }
4+
{ "path": ".claude-plugin/marketplace.json", "field": "plugins.0.version" },
5+
{ "path": ".codex-plugin/plugin.json", "field": "version" }
56
],
67
"audit": {
78
"exclude": [

RELEASE-NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release Notes
22

3+
## v1.1.0
4+
5+
State lifecycle update for issue and bugfix workflows.
6+
7+
### Features
8+
- Added pre-worktree pending state with `.issue-flow/pending.json` for issue-flow.
9+
- Added optional `.bugfix-flow/pending.json` for bugfix-flow clarification before worktree creation.
10+
- Made pick skills create the initial formal `state=picked` and `mode` files in target worktrees.
11+
- Clarified pending ownership, cleanup, and mode-detection precedence across workflow docs.
12+
13+
### Tests
14+
- Added coverage for pending files not being treated as formal state.
15+
- Added skill-loading checks for pending-state contracts and pick-owned initial state.
16+
317
## v1.0.0
418

519
Initial release.

0 commit comments

Comments
 (0)