Skip to content

Commit 6b78a09

Browse files
committed
Release git v0.1.1
1 parent 26757a9 commit 6b78a09

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git",
33
"displayName": "Git (Beta)",
44
"description": "Branch-flow git workflow for a protected promotion chain, configured per project: commit + push + open a PR (ship, with --split for focused PRs), cut a promotion PR to the pre-production tier (promote), and cut a release PR to production then tag it (release). Run init once to teach it the repo's branch flow and quality gates.",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"author": {
77
"name": "David Friedrich"
88
},

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ All notable changes to the `git` plugin are documented here. This project adhere
66
`git` is pre-1.0: while the major version is `0`, the command surface and the `.claude/git.json`
77
config schema may change in a minor release. Pin a tag if you need stability.
88

9+
## [0.1.1] — 2026-08-09
10+
11+
### Changed
12+
13+
- The `/plugin` picker now shows "Git (Beta)" — the 0.x status was previously only visible in the
14+
README and this changelog, not before install.
15+
916
## [0.1.0] — 2026-08-05
1017

1118
### Added

0 commit comments

Comments
 (0)