From a5d060a5a81bd2697fc885a6ccd1c75e5aaf39a3 Mon Sep 17 00:00:00 2001 From: Matthew Knight Date: Thu, 13 Aug 2026 01:44:58 -0700 Subject: [PATCH 1/2] Sync Zine with same version of Zig as MicroZig --- .github/workflows/ci.yml | 2 -- .github/workflows/publish-github-pages.yml | 2 -- website/build.zig.zon | 5 ++--- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ba28b1d7..27dc351f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,8 +217,6 @@ jobs: uses: actions/checkout@v7 - name: Setup Zig uses: mlugg/setup-zig@v2 - with: - version: 0.17.0-dev.857+2b2b85c5f - name: Build Website run: zig build working-directory: website diff --git a/.github/workflows/publish-github-pages.yml b/.github/workflows/publish-github-pages.yml index 92b8e5da0..45a2e4f79 100644 --- a/.github/workflows/publish-github-pages.yml +++ b/.github/workflows/publish-github-pages.yml @@ -16,8 +16,6 @@ jobs: - name: Setup Zig uses: mlugg/setup-zig@v2 - with: - version: 0.17.0-dev.857+2b2b85c5f - name: Download and install GitHub CLI run: | diff --git a/website/build.zig.zon b/website/build.zig.zon index 3da093d2a..7250ef94a 100644 --- a/website/build.zig.zon +++ b/website/build.zig.zon @@ -2,7 +2,6 @@ .name = .mz_website, .fingerprint = 0xf41bcd0e071e6f03, .version = "0.2.0", - .minimum_zig_version = "0.17.0-dev.857+2b2b85c5f", .paths = .{ "README.md", "build.zig", @@ -14,8 +13,8 @@ }, .dependencies = .{ .zine = .{ - .url = "git+https://github.com/kristoff-it/zine#7689a27d78d206ed9297987998d2472c42904d75", - .hash = "zine-0.12.1-ou6nIC85FwCLi6UIsJNHXrE05AMYNfYKJPkNc4Qlo79H", + .url = "git+https://github.com/kristoff-it/zine#481d43d730e75edc28c2ab17756aa0f786decb0a", + .hash = "zine-0.13.1-ou6nIFuOFwC3TF6NYPYxA82162ekxUO-r0hkudYL75rP", }, }, } From 3262cb7d22680810a4594d24561b6944137d6fb9 Mon Sep 17 00:00:00 2001 From: Matthew Knight Date: Fri, 14 Aug 2026 11:38:20 -0700 Subject: [PATCH 2/2] Section depth fixes --- website/content/devlog.smd | 4 ++-- website/content/index.smd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/content/devlog.smd b/website/content/devlog.smd index 544e29708..66239989f 100644 --- a/website/content/devlog.smd +++ b/website/content/devlog.smd @@ -11,14 +11,14 @@ .draft = false, --- -## [About]($section.id('about')) +# [About]($section.id('about')) This is a non-exhaustive, curated list of changes meant to help users quickly see what has improved since they last checked. You can [subscribe to this page via RSS]($link.alternative('rss')). -## Changes +# Changes ## [MSP430 Support]($section.id('2026-01-07')) diff --git a/website/content/index.smd b/website/content/index.smd index 264e201f6..fd5785167 100644 --- a/website/content/index.smd +++ b/website/content/index.smd @@ -13,7 +13,7 @@ _MicroZig is a toolbox for building embedded applications in Zig._ [Get Started](/docs/getting-started) -## Why Zig? +# Why Zig? Zig is an excellent programming language for embedded systems. @@ -30,7 +30,7 @@ Zig is an excellent programming language for embedded systems. To learn more: [The Zig Language Reference](https://ziglang.org/documentation/master/) -## Why MicroZig? +# Why MicroZig? - **Tooling**: MicroZig extends the Zig build system for Microcontrollers. This includes: