diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13708fa..ca1c614 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb11a2..4f6d8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ * role names are now restricted to lowercase letters, numbers, `_`, and `-` so machine-readable output like `gitrole status --short` stays stable * existing saved roles with names outside that policy, such as `client acme`, `Work`, or `prod/main`, now fail clearly and should be renamed or recreated with a contract-safe name +## [0.7.2](https://github.com/synsoftworks/gitrole/compare/v0.7.1...v0.7.2) (2026-04-15) + + +### Bug Fixes + +* **docs:** restore machine-readable contracts page ([#45](https://github.com/synsoftworks/gitrole/issues/45)) ([2cbb4d5](https://github.com/synsoftworks/gitrole/commit/2cbb4d5631bc588f0b76d835c40417f53e2a2f1f)) + ## [0.7.1](https://github.com/synsoftworks/gitrole/compare/v0.7.0...v0.7.1) (2026-04-15) diff --git a/package-lock.json b/package-lock.json index aa9039f..bda4ea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitrole", - "version": "0.7.1", + "version": "0.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gitrole", - "version": "0.7.1", + "version": "0.7.2", "license": "MIT", "dependencies": { "chalk": "^5.4.1", diff --git a/package.json b/package.json index 318aefe..25f4fb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitrole", - "version": "0.7.1", + "version": "0.7.2", "description": "Switch your full git identity in one command.", "type": "module", "bin": {