diff --git a/CHANGELOG.md b/CHANGELOG.md index 283353b..6fe6ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable public changes to Cynos Tools are documented here. +## 0.3.0 + +- Make `playwright-core` an optional peer and lazy-load browser support so ordinary installs stay lightweight. +- Add a Node.js/Pi compatibility matrix and scheduled/manual compatibility workflow. +- Verify core activation succeeds when the optional browser runtime is not installed. + ## 0.2.3 - Derive the activation runtime package version from `package.json` instead of a stale hardcoded value. diff --git a/package-lock.json b/package-lock.json index 0198000..fe6e2f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cynos-ai/tools", - "version": "0.2.3", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cynos-ai/tools", - "version": "0.2.3", + "version": "0.3.0", "license": "MIT", "devDependencies": { "@earendil-works/pi-coding-agent": "0.80.10", diff --git a/package.json b/package.json index 395e74b..c27de88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cynos-ai/tools", - "version": "0.2.3", + "version": "0.3.0", "description": "Cynos universal search, vision, and browser tools for the pi coding agent.", "keywords": [ "pi-package",