Skip to content

Commit

Permalink
release v0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Jul 8, 2024
1 parent 61de296 commit d186854
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
git checkout v0.3
hugo --minify
mv public final/v0.3
# v0.4
git checkout v0.4
hugo --minify
mv public final/v0.4
# Finish up
mv final public
Expand Down
1 change: 1 addition & 0 deletions content/about/zig-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ _We encourage using Mach nightly (`main`, rather than a tagged release) for now.
| Mach version | Zig version |
|--------------|--------------------------------------------------------|
| latest main | [Zig 2024.5.0-mach](/about/nominated-zig/#202450-mach) |
| v0.4 | [Zig 2024.5.0-mach](/about/nominated-zig/#202450-mach) |
| v0.3 | [Zig 2024.1.0-mach](/about/nominated-zig/#202410-mach) |
| v0.2 | v0.11.0 |

0 comments on commit d186854

Please sign in to comment.