Skip to content

Commit e422aa2

Browse files
Prepare 0.3.0-alpha.6 release (#147)
1 parent 8b1b53f commit e422aa2

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Nullable>enable</Nullable>
99
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1010
<VersionPrefix>0.3.0</VersionPrefix>
11-
<VersionSuffix>alpha.5</VersionSuffix>
11+
<VersionSuffix>alpha.6</VersionSuffix>
1212
</PropertyGroup>
1313
<PropertyGroup>
1414
<!-- Target framework matrix -->

IMPLEMENTATION_PLAN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,10 @@ priorities.
660660
were published by successful [tag workflow run 31357832880](https://github.com/Aaronontheweb/ShellSyntaxTree/actions/runs/31357832880)
661661
after Linux and native Windows validation passed. Use this package for
662662
Netclaw's native-Windows integration gate.
663+
- [ ] Publish `0.3.0-alpha.6` with the corrected stable-v0.3 consumer API.
664+
Use the package to remove Netclaw's alpha.5 coordinate and property-bag
665+
validation, then rerun its Linux and native-Windows approval matrices
666+
before promoting stable v0.3.
663667
- [x] Replace the pre-alpha consumer preview with the v0.3 occurrence-based
664668
authorization loop and separate syntax-display guidance. Document exact,
665669
finite, pattern, unknown, joined-cwd, redirect, incomplete-result,

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#### Unreleased ####
22

3+
#### 0.3.0-alpha.6 2026-08-10 ####
4+
35
## Changed
46

57
- Replace the experimental v0.3 sparse `EffectiveArguments` coordinate overlay

0 commit comments

Comments
 (0)