Skip to content

Commit ea31050

Browse files
committed
release: promote 0.1.5-beta to stable 0.1.5
Drops the -beta pre-release suffix; no code changes from the beta. The newline-as-statement-separator behavior change (SPEC §4) has been validated against Netclaw's live gate evaluator.
1 parent f680245 commit ea31050

2 files changed

Lines changed: 12 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.1.5</VersionPrefix>
11-
<VersionSuffix>beta</VersionSuffix>
11+
<VersionSuffix></VersionSuffix>
1212
</PropertyGroup>
1313
<PropertyGroup>
1414
<!-- Target framework matrix -->

RELEASE_NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
#### 0.1.5 May 16th 2026 ####
2+
3+
Stable promotion of 0.1.5-beta. No code changes from the beta; this release
4+
drops the pre-release suffix now that the newline-as-statement-separator
5+
behavior change (SPEC §4) has been validated against Netclaw's live gate
6+
evaluator. Consumers on `0.1.5-beta` can upgrade directly.
7+
8+
See the 0.1.5-beta notes below for the full list of changes in this version.
9+
10+
---
11+
112
#### 0.1.5-beta May 15th 2026 ####
213

314
Newline-as-statement-separator. Public API surface unchanged; the

0 commit comments

Comments
 (0)