From b3a7b644c7723cd0e879f902b97e9d465ba638c3 Mon Sep 17 00:00:00 2001 From: shiroyashik Date: Fri, 1 Aug 2025 05:08:32 +0300 Subject: [PATCH] Cumulative update v0.4.1 XD --- .github/workflows/release.yml | 16 ++++++++-------- CREDITS | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76b070c..15ef4b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ permissions: packages: write env: - RUST_VERSION: 1.87 + RUST_VERSION: 1.88 ZIG_VERSION: 0.14.1 ALPINE_VERSION: 3.22 CARGO_TERM_COLOR: always @@ -85,12 +85,12 @@ jobs: # password: ${{ secrets.DOCKERHUB_TOKEN }} # also uncomment the tags parameter in the last step - # - name: Login to GitHub Container Registry - # uses: docker/login-action@v3 - # with: - # registry: ghcr.io - # username: ${{ github.repository_owner }} - # password: ${{ secrets.GITHUB_TOKEN }} + - name: Login to GitHub Container Registry + uses: docker/login-action@v3 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -109,7 +109,7 @@ jobs: platforms: | linux/amd64 linux/arm64 - # push: true + push: true tags: | ghcr.io/${{ github.repository_owner }}/sculptor:latest ghcr.io/${{ github.repository_owner }}/sculptor:${{ github.ref_name }} diff --git a/CREDITS b/CREDITS index 95bff71..18abc5d 100644 --- a/CREDITS +++ b/CREDITS @@ -7,4 +7,7 @@ IntelMiner (https://github.com/IntelMiner) for bug hunting and feature suggestions. Contributors: -korewaChino (https://github.com/korewaChino) \ No newline at end of file +korewaChino (https://github.com/korewaChino) + +papaj-na-wrotkach (https://github.com/papaj-na-wrotkach) +for his awesome work on reworking and rethinking the build system. <3 diff --git a/Cargo.lock b/Cargo.lock index 877194a..6f49d29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1622,7 +1622,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "sculptor" -version = "0.4.1-dev" +version = "0.4.1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index ed1d594..73eb071 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sculptor" authors = ["Shiroyashik "] -version = "0.4.1-dev" +version = "0.4.1" edition = "2024" publish = false