File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ but this file may sometimes contain later improvements (e.g. typo fixes).
7
7
8
8
## next (not yet released)
9
9
10
- No changes yet.
10
+ - First stable release 🎉
11
+ - No changes from v0.9.0,
12
+ but now that v1 has been reached,
13
+ the caveat for pre-1.0 versions in the stability policy no longer applies:
14
+ v1.x versions may contain internal breaking changes,
15
+ while breaking changes to the public interface will not happen before v2.
11
16
12
17
## v0.9.0 (2025-04-11)
13
18
Original file line number Diff line number Diff line change @@ -580,9 +580,6 @@ using the words “BREAKING CHANGE” (in all caps).
580
580
Incompatible changes to the internal interface will be mentioned using the words “Internal Breaking Change”,
581
581
not necessarily at the beginning of the entry.
582
582
583
- The usual semver interpretation of pre-1.0 versions applies,
584
- i.e. in ` 0.x.y ` , * x* is the “major” version and * y* the “minor” one.
585
-
586
583
## License
587
584
588
585
Published under the [ ISC License] [ ] .
You can’t perform that action at this time.
0 commit comments