@@ -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-15] - 2025-07-20
18+
19+ See [ the documentation] [ 0.1.0-a15-1 ] for more information.
20+
21+ Latest tool versions at the time of release:
22+
23+ * Ruff: [ 0.12.4] [ 0.1.0-a15-2 ]
24+ * uv: [ 0.8.0] [ 0.1.0-a15-3 ]
25+ * Rye: [ 0.44.0] [ 0.1.0-a15-4 ]
26+ * ty: [ 0.0.1-alpha.14] [ 0.1.0-a15-5 ]
27+
28+
29+ ### Added
30+
31+ * Script lock files (` *.py.lock ` ) now have edit notices and custom icons
32+ similar to that of ` uv.lock ` .
33+ * On project open, RyeCharm will now check if uv is outdated
34+ and either notify (default) or update automatically.
35+ This feature can be configured or disabled in the settings.
36+
37+
38+ ### Changed
39+
40+ * The "Bump project version" intention has been updated
41+ to accommodate new possible values for ` version --bump ` .
42+ * The "Organize imports" intention is now
43+ no longer available in ` pyproject.toml ` .
44+
45+
46+ ### Removed
47+
48+ * 2025.1.2 and older versions are no longer supported.
49+
50+
51+ [ 0.1.0-a15-1 ] : https://insyncwithfoo.github.io/ryecharm/
52+ [ 0.1.0-a15-2 ] : https://github.com/astral-sh/ruff/releases/tag/0.12.4
53+ [ 0.1.0-a15-3 ] : https://github.com/astral-sh/uv/releases/tag/0.8.0
54+ [ 0.1.0-a15-4 ] : https://github.com/astral-sh/rye/releases/tag/0.44.0
55+ [ 0.1.0-a15-5 ] : https://github.com/astral-sh/ty/releases/tag/0.0.1-alpha.14
56+
57+
1758## [ 0.1.0-alpha-14] - 2025-06-29
1859
1960See [ the documentation] [ 0.1.0-a14-1 ] for more information.
@@ -765,7 +806,8 @@ See [the documentation][0.1.0-a1-5] for more information.
765806 [ 0.1.0-a1-5 ] : https://insyncwithfoo.github.io/ryecharm
766807
767808
768- [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-14..HEAD
809+ [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-15..HEAD
810+ [ 0.1.0-alpha-15 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-14..v0.1.0-alpha-15
769811 [ 0.1.0-alpha-14 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-13..v0.1.0-alpha-14
770812 [ 0.1.0-alpha-13 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-12..v0.1.0-alpha-13
771813 [ 0.1.0-alpha-12 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-11..v0.1.0-alpha-12
0 commit comments