Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.6"
".": "0.0.8"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# x-release-please-start-version
0.0.6
0.0.8
# x-release-please-end
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unistack-root",
"version": "0.0.6",
"version": "0.0.8",
"private": true,
"scripts": {
"docs:install": "npm install --prefix docs",
Expand Down
Loading