diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 559a5695..01c4cd96 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.10" + version: "0.1.0" # 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.10" + version: "0.1.0" # x-release-please-end file: docker/debian/Dockerfile platforms: linux/amd64,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.10" + version: "0.1.0" # 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 32b319ff..466df71c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.10" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5afb0a..ab3f3989 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [0.1.0](https://github.com/snowdreamtech/UniStack/compare/v0.0.10...v0.1.0) (2026-08-09) + + +### 🚀 Features + +* enable remote.SSH.allowLocalServerDownload to improve connection reliability ([8a6c80d](https://github.com/snowdreamtech/UniStack/commit/8a6c80dd26e92e1a2d37be50a2ca5ca5113f08d8)) +* update vscode settings with enhanced editor, explorer, and terminal configurations ([44230bc](https://github.com/snowdreamtech/UniStack/commit/44230bceaf3deebc247739e9f91c55a1d2721803)) + + +### 🐛 Bug Fixes + +* **docs:** resolve npm vulnerabilities by pinning exact dependency versions ([d628640](https://github.com/snowdreamtech/UniStack/commit/d6286404ea025ee0cad3123b5b0b3bc6bd21a551)) +* **security:** resolve postcss vulnerability and fix gh issue creation label ([d1a10c0](https://github.com/snowdreamtech/UniStack/commit/d1a10c0e4673c96c4bc05f34ec58527f4d1dead0)) + + +### ♻️ Miscellaneous Chores + +* **ci:** align debian build matrix with upstream supported architectures ([e9f0b8d](https://github.com/snowdreamtech/UniStack/commit/e9f0b8daf2a4cfbdfa28fc160bac4375e46a4691)) +* **ci:** align debian build matrix with upstream supported architectures ([b88eaa4](https://github.com/snowdreamtech/UniStack/commit/b88eaa4ea95a323b91bdf2a2304dde703704a1cd)) +* **deps:** sync dependabot config and unirtm toolchain ([928ab14](https://github.com/snowdreamtech/UniStack/commit/928ab14a0acd6af672079f234f9650e8183df44f)) +* **deps:** sync dependabot config and unirtm toolchain ([f561c65](https://github.com/snowdreamtech/UniStack/commit/f561c65fd180508bba43e61ed445fba6e3898d23)) +* **deps:** update go version to 1.26.5 ([91349d4](https://github.com/snowdreamtech/UniStack/commit/91349d45d07f4928818f869a38e06042912d0710)) +* **deps:** update unirtm toolchain versions ([23e763a](https://github.com/snowdreamtech/UniStack/commit/23e763a3ea3618766e9f9103095f1aff52764652)) +* **docs:** update postcss to v8.5.25 to fix vulnerability GHSA-fxqj-rqcc-2cmp ([101abfe](https://github.com/snowdreamtech/UniStack/commit/101abfe25b514eec1d6898971b64eda0de1c147f)) +* fix security vulnerabilities in dependencies ([bbed176](https://github.com/snowdreamtech/UniStack/commit/bbed1761471e7ba510ef1e9e3fdfcb4e367878b5)) +* merge upstream/dev and align configurations ([e4dc9cf](https://github.com/snowdreamtech/UniStack/commit/e4dc9cf2429114dd41dec7d9c8db89b905abe711)) +* **merge:** merge upstream/dev into dev ([0be753e](https://github.com/snowdreamtech/UniStack/commit/0be753e07d6f7a5d840c0743fac54324daef0f7a)) +* release main ([67d4810](https://github.com/snowdreamtech/UniStack/commit/67d48103a6b5ab3c6b707edeb1683d46de38869d)) +* release main ([ac32ddd](https://github.com/snowdreamtech/UniStack/commit/ac32ddd54d05d077fbfb0d310df419e82cef3e39)) +* release main ([a3848c6](https://github.com/snowdreamtech/UniStack/commit/a3848c6ef66794de17cb5a0411310a863fe2e6af)) +* **release:** set bump-patch-for-minor-pre-major to false ([1e47e29](https://github.com/snowdreamtech/UniStack/commit/1e47e29bf8d338de6bf5cee8c1373507568c5c4c)) + ## [0.0.10](https://github.com/snowdreamtech/UniStack/compare/v0.0.9...v0.0.10) (2026-08-03) diff --git a/VERSION b/VERSION index c832d7e6..ded57691 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ # x-release-please-start-version -0.0.10 +0.1.0 # x-release-please-end diff --git a/package-lock.json b/package-lock.json index c7131b6b..eb61489b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unistack-root", - "version": "0.0.10", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "unistack-root", - "version": "0.0.10" + "version": "0.1.0" } } } diff --git a/package.json b/package.json index 70dc301b..63f37ca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unistack-root", - "version": "0.0.10", + "version": "0.1.0", "private": true, "scripts": { "docs:install": "npm install --prefix docs",