diff --git a/CHANGELOG.md b/CHANGELOG.md index 536ae2ae..4f7b9507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.33.1](https://github.com/archgate/cli/compare/v0.33.0...v0.33.1) (2026-05-06) + +### Bug Fixes + +* rewrite opencode session-context to read from SQLite database ([#275](https://github.com/archgate/cli/issues/275)) ([fc7857e](https://github.com/archgate/cli/commit/fc7857ee26545b353800ca75116078d0e550ae80)) + ## [0.33.0](https://github.com/archgate/cli/compare/v0.32.0...v0.33.0) (2026-05-05) ### Features diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 879de64e..84120342 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -177,7 +177,7 @@ export default defineConfig({ applicationCategory: "DeveloperApplication", applicationSubCategory: "Code Governance", operatingSystem: "macOS, Linux, Windows", - softwareVersion: "0.33.0", + softwareVersion: "0.33.1", license: "https://github.com/archgate/cli/blob/main/LICENSE", offers: { "@type": "Offer", price: "0", priceCurrency: "USD" }, url: "https://cli.archgate.dev", diff --git a/docs/public/version.json b/docs/public/version.json index 429f1f19..cda44523 100644 --- a/docs/public/version.json +++ b/docs/public/version.json @@ -1 +1 @@ -{ "version": "v0.33.0" } +{ "version": "v0.33.1" } diff --git a/package.json b/package.json index c43ec1eb..78ff734d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archgate", - "version": "0.33.0", + "version": "0.33.1", "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents", "keywords": [ "adr",