diff --git a/.github/workflows/_python-wheels.yml b/.github/workflows/_python-wheels.yml index d85ad9a..2fd77ec 100644 --- a/.github/workflows/_python-wheels.yml +++ b/.github/workflows/_python-wheels.yml @@ -27,7 +27,7 @@ jobs: python-version: "3.x" - name: Install Zig - run: python -m pip install ziglang==0.9.1 wheel==0.37.1 + run: python -m pip install ziglang==0.11.0 wheel==0.37.1 - name: Build wheels run: python python/make_wheels.py ${{ matrix.architecture }}-${{ matrix.os }} diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 95be774..9a23f7a 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - uses: goto-bus-stop/setup-zig@v1 with: - version: 0.9.1 + version: 0.11.0 - name: Get output paths uses: kanga333/variable-mapper@master id: map diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c5e654..e933b9f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: goto-bus-stop/setup-zig@v1 with: - version: 0.9.1 + version: 0.11.0 - name: Run zig test run: zig build test diff --git a/VERSION b/VERSION index 1a03094..0ea3a94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.9 +0.2.0