diff --git a/.changeset/fast-cores-split.md b/.changeset/fast-cores-split.md deleted file mode 100644 index 27bd78a8..00000000 --- a/.changeset/fast-cores-split.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ftw": minor ---- - -Make the official core container a small static runtime and keep Python/CVXPY exclusively in the independently updatable optimizer image. diff --git a/CHANGELOG.md b/CHANGELOG.md index e51c036f..7ee93363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.0 + +### Minor Changes + +- ca37bef: Make the official core container a small static runtime and keep Python/CVXPY exclusively in the independently updatable optimizer image. + ## 1.2.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index e8938347..ad8c48cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ftw", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ftw", - "version": "1.2.0", + "version": "1.3.0", "devDependencies": { "@changesets/cli": "^2.27.10" } diff --git a/package.json b/package.json index 3bf2d99b..805b0a08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ftw", - "version": "1.2.0", + "version": "1.3.0", "private": true, "type": "module", "description": "FTW — local-first home energy coordination. Version metadata only; the runtime is Go and the mathematical planner is Python/CVXPY.",