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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.17.2](https://github.com/archgate/cli/compare/v0.17.1...v0.17.2) (2026-03-21)

### Bug Fixes

* **ci:** post status checks on release PR ([#131](https://github.com/archgate/cli/issues/131)) ([dd2156e](https://github.com/archgate/cli/commit/dd2156eef2e4639f42d48c4bc5d60760acde8036))
* **config:** unify docs dependencies into a single Renovate PR ([#129](https://github.com/archgate/cli/issues/129)) ([999a237](https://github.com/archgate/cli/commit/999a2375dd1d6891f37d2e202d510c068172303e))
* **deps:** group docs dependencies into a single Renovate PR ([#125](https://github.com/archgate/cli/issues/125)) ([4c1ad20](https://github.com/archgate/cli/commit/4c1ad201c06ad236b4823bfac3d971e24933bc53))
* **deps:** update docs dependencies ([#126](https://github.com/archgate/cli/issues/126)) ([4c7008a](https://github.com/archgate/cli/commit/4c7008a568c67b08c05dae07653d4c6c6f7f0f04))
* encode colons and dots in session-context project path ([#130](https://github.com/archgate/cli/issues/130)) ([262a172](https://github.com/archgate/cli/commit/262a17234cfec5dbe06c152735c3d4a4e8f8707c))

## [0.17.1](https://github.com/archgate/cli/compare/v0.17.0...v0.17.1) (2026-03-21)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default defineConfig({
applicationCategory: "DeveloperApplication",
applicationSubCategory: "Code Governance",
operatingSystem: "macOS, Linux, Windows",
softwareVersion: "0.17.1",
softwareVersion: "0.17.2",
license: "https://github.com/archgate/cli/blob/main/LICENSE",
offers: { "@type": "Offer", price: "0", priceCurrency: "USD" },
url: "https://cli.archgate.dev",
Expand Down
2 changes: 1 addition & 1 deletion docs/public/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "version": "v0.17.1" }
{ "version": "v0.17.2" }
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archgate",
"version": "0.17.1",
"version": "0.17.2",
"description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents",
"keywords": [
"adr",
Expand Down Expand Up @@ -73,9 +73,9 @@
"typescript": "^5"
},
"optionalDependencies": {
"archgate-darwin-arm64": "0.17.1",
"archgate-linux-x64": "0.17.1",
"archgate-win32-x64": "0.17.1"
"archgate-darwin-arm64": "0.17.2",
"archgate-linux-x64": "0.17.2",
"archgate-win32-x64": "0.17.2"
},
"readme": "README.md"
}
Loading