Skip to content

Commit f044904

Browse files
committed
Release 0.16.0
1 parent bad5f0a commit f044904

8 files changed

Lines changed: 16 additions & 14 deletions

File tree

docs/naga_oil-parity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The preprocessing target is:
3030

3131
## Current Status
3232

33-
As of current `main`, the published workspace line is `0.15.3`. There are no
33+
As of current `main`, the published workspace line is `0.16.0`. There are no
3434
known open WGSL source-level preprocessing gaps in the mirrored upstream compose
3535
corpus. Deterministic WGSL outputs are byte-gated through
3636
`tools/check_moon_wgsl_byte_parity.sh`; source-level error shapes are gated
@@ -241,7 +241,7 @@ tree-shakes them away, matching upstream `naga_oil`.
241241

242242
For `mgstudio` or similar consumers, the expected verification path is:
243243

244-
1. Upgrade to `Milky2018/moon_wgsl 0.15.3` or current `main`.
244+
1. Upgrade to `Milky2018/moon_wgsl 0.16.0` or current `main`.
245245
2. Rerun the downstream WGSL preprocessing/compose tests against byte-identical
246246
Bevy WGSL sources.
247247
3. Confirm that previous preprocessing failures such as unresolved

modules/moon_wgsl/moon.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name = "Milky2018/moon_wgsl"
22

3-
version = "0.15.3"
3+
version = "0.16.0"
44

55
import {
6-
"Milky2018/wgsl@0.15.3",
7-
"Milky2018/moon_wgsl_naga_oil@0.15.3",
6+
"Milky2018/wgsl@0.16.0",
7+
"Milky2018/moon_wgsl_naga_oil@0.16.0",
88
"moonbitlang/x@0.4.43",
99
}
1010

modules/moon_wgsl_naga/moon.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name = "Milky2018/moon_wgsl_naga"
22

3-
version = "0.15.3"
3+
version = "0.16.0"
44

55
import {
6-
"Milky2018/wgsl@0.15.3",
6+
"Milky2018/wgsl@0.16.0",
77
}
88

99
readme = "README.mbt.md"

modules/moon_wgsl_naga_oil/diagnostics/pkg.generated.mbti

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ pub fn trace_writer_module_plan(@compose.Composer, String, @contract.WgslCompose
2222
// Type aliases
2323

2424
// Traits
25+

modules/moon_wgsl_naga_oil/moon.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name = "Milky2018/moon_wgsl_naga_oil"
22

3-
version = "0.15.3"
3+
version = "0.16.0"
44

55
import {
6-
"Milky2018/wgsl@0.15.3",
7-
"Milky2018/moon_wgsl_naga@0.15.3",
6+
"Milky2018/wgsl@0.16.0",
7+
"Milky2018/moon_wgsl_naga@0.16.0",
88
"moonbitlang/x@0.4.43",
99
}
1010

modules/moon_wgsl_naga_oil/profile/pkg.generated.mbti

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ pub fn bevy_wgsl_value_defines() -> Map[String, @contract.ShaderDefValue]
1515
// Type aliases
1616

1717
// Traits
18+

modules/wgsl/moon.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Milky2018/wgsl"
22

3-
version = "0.15.3"
3+
version = "0.16.0"
44

55
import {
66
"moonbitlang/x@0.4.43",

tools/moon.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name = "Milky2018/moon_wgsl_tools"
22

3-
version = "0.15.3"
3+
version = "0.16.0"
44

55
import {
6-
"Milky2018/wgsl@0.15.3",
7-
"Milky2018/moon_wgsl_naga_oil@0.15.3",
6+
"Milky2018/wgsl@0.16.0",
7+
"Milky2018/moon_wgsl_naga_oil@0.16.0",
88
"moonbitlang/x@0.4.43",
99
}
1010

0 commit comments

Comments
 (0)