From 4bd5e157820bab53adbdb6854d859e98a05bd745 Mon Sep 17 00:00:00 2001 From: snowdream <737958+snowdream@users.noreply.github.com> Date: Sun, 2 Aug 2026 19:02:58 +0800 Subject: [PATCH 1/2] chore: release main --- .github/workflows/docker.yml | 6 +++--- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 27 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 57acfcf1..4dd075bf 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -66,7 +66,7 @@ jobs: include: - variant: alpine # x-release-please-start-version - version: "0.0.6" + version: "0.0.8" # x-release-please-end file: docker/alpine/Dockerfile platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x @@ -75,7 +75,7 @@ jobs: - variant: debian # x-release-please-start-version - version: "0.0.6" + version: "0.0.8" # x-release-please-end file: docker/debian/Dockerfile platforms: linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x @@ -84,7 +84,7 @@ jobs: - variant: rocky # x-release-please-start-version - version: "0.0.6" + version: "0.0.8" # x-release-please-end file: docker/rocky/Dockerfile platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b68e7803..493bd4e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.6" + ".": "0.0.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b132ab82..74e4b81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.0.8](https://github.com/snowdreamtech/UniStack/compare/v0.0.6...v0.0.8) (2026-08-02) + + +### 🚀 Features + +* **registry:** optimize builder performance and add environments to compatibility ([13ba4d3](https://github.com/snowdreamtech/UniStack/commit/13ba4d3bf117f95d744acc7b01d16cc456881352)) + + +### 🐛 Bug Fixes + +* **registry:** resolve variable shadowing bug in builder package deletion ([71f5d7d](https://github.com/snowdreamtech/UniStack/commit/71f5d7d7f7c68b3172a26d0677c0162d0ee572b7)) + + +### ♻️ Miscellaneous Chores + +* ignore SQLite database and temporary WAL/SHM files ([2f6ec0f](https://github.com/snowdreamtech/UniStack/commit/2f6ec0f33bcd5d5b303798ce38fd0e6e734c7ffa)) +* trigger release ([f957279](https://github.com/snowdreamtech/UniStack/commit/f9572791f85db51cfa228471fbf55b79f6ad9f0a)) +* update default registry URL to registry.unistack.sn0wdr1am.com across codebase and documentation ([7183cf8](https://github.com/snowdreamtech/UniStack/commit/7183cf8c9b38ae7d93079c33dc6f358cd89443a9)) +* update registry base URL from registry.unistack to registry-unistack ([14ad84f](https://github.com/snowdreamtech/UniStack/commit/14ad84fc6a4f28a75dac2ba4eb34cd6c5b41306a)) + ## [0.0.6](https://github.com/snowdreamtech/UniStack/compare/v0.0.5...v0.0.6) (2026-07-29) diff --git a/VERSION b/VERSION index d120eb36..fd584090 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ # x-release-please-start-version -0.0.6 +0.0.8 # x-release-please-end diff --git a/package-lock.json b/package-lock.json index 369be581..5199b5a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "unistack-root", - "version": "0.0.6", + "version": "0.0.8", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index fa943b24..64e8c9d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unistack-root", - "version": "0.0.6", + "version": "0.0.8", "private": true, "scripts": { "docs:install": "npm install --prefix docs", From b2dd77ae7d8ff020507d38d05bdc4754912fbca2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 2 Aug 2026 11:03:02 +0000 Subject: [PATCH 2/2] chore(release): synchronize lockfiles for version bump Signed-off-by: github-actions[bot] --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 5199b5a6..6c814759 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "unistack-root", - "version": "0.0.6" + "version": "0.0.8" } } }