@@ -14,6 +14,47 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
1414<i >This section is currently empty.</i >
1515
1616
17+ ## [ 0.1.0-alpha-20] - 2025-11-23
18+
19+ See [ the documentation] [ 0.1.0-a20-1 ] for more information.
20+
21+ Latest tool versions at the time of release:
22+
23+ * Ruff: [ 0.14.6] [ 0.1.0-a20-2 ]
24+ * uv: [ 0.9.11] [ 0.1.0-a20-3 ]
25+ * Rye: [ 0.44.0] [ 0.1.0-a20-4 ]
26+ * ty: [ 0.0.1-alpha.27] [ 0.1.0-a20-5 ]
27+
28+
29+ ### Added
30+
31+ * uv update notifications now also have a "See what's new" action
32+ that will open the corresponding GitHub release in your browser.
33+
34+
35+ ### Fixed
36+
37+ * Ruff's ` rule ` JSON output schema was changed in 0.14.2,
38+ causing several RyeCharm features to stop working.
39+ RyeCharm now supports both old and new schemas.
40+ * Previously, Ruff's "run on save" actions would not be triggered
41+ on scratch files. This has been fixed.
42+ Consequently, the "Project files only" setting
43+ has been replaced with "Files to run on".
44+
45+
46+ ### Removed
47+
48+ * 2025.2.3 and older versions are no longer supported.
49+
50+
51+ [ 0.1.0-a20-1 ] : https://insyncwithfoo.github.io/ryecharm/
52+ [ 0.1.0-a20-2 ] : https://github.com/astral-sh/ruff/releases/tag/0.14.6
53+ [ 0.1.0-a20-3 ] : https://github.com/astral-sh/uv/releases/tag/0.9.11
54+ [ 0.1.0-a20-4 ] : https://github.com/astral-sh/rye/releases/tag/0.44.0
55+ [ 0.1.0-a20-5 ] : https://github.com/astral-sh/ty/releases/tag/0.0.1-alpha.27
56+
57+
1758## [ 0.1.0-alpha-19] - 2025-09-21
1859
1960See [ the documentation] [ 0.1.0-a19-1 ] for more information.
@@ -988,7 +1029,8 @@ See [the documentation][0.1.0-a1-5] for more information.
9881029 [ 0.1.0-a1-5 ] : https://insyncwithfoo.github.io/ryecharm
9891030
9901031
991- [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-19..HEAD
1032+ [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-20..HEAD
1033+ [ 0.1.0-alpha-20 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-19..v0.1.0-alpha-20
9921034 [ 0.1.0-alpha-19 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-18..v0.1.0-alpha-19
9931035 [ 0.1.0-alpha-18 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-17..v0.1.0-alpha-18
9941036 [ 0.1.0-alpha-17 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-16..v0.1.0-alpha-17
0 commit comments