Skip to content

Commit 36c2517

Browse files
authored
Release 0.14.0 (ZigEmbeddedGroup#451)
1 parent 76a2de2 commit 36c2517

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
ZIG_VERSION: master
10+
ZIG_VERSION: 0.14.0
1111

1212
jobs:
1313
unit-test-regz:

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.name = .microzig,
33
// Note: This should be changed if you fork microzig!
44
.fingerprint = 0x605a83a849186d0f,
5-
.version = "0.13.2",
6-
.minimum_zig_version = "0.13.0",
5+
.version = "0.14.0",
6+
.minimum_zig_version = "0.14.0",
77
.dependencies = .{
88
.@"build-internals" = .{ .path = "build-internals" },
99
.core = .{ .path = "core" },

0 commit comments

Comments
 (0)