@@ -14,6 +14,50 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
1414<i >This section is currently empty.</i >
1515
1616
17+ ## [ 0.1.0-alpha-13] - 2025-05-18
18+
19+ See [ the documentation] [ 0.1.0-a13-1 ] for more information.
20+
21+ Latest tool versions at the time of release:
22+
23+ * Ruff: [ 0.11.10] [ 0.1.0-a13-2 ]
24+ * uv: [ 0.7.5] [ 0.1.0-a13-3 ]
25+ * Rye: [ 0.44.0] [ 0.1.0-a13-4 ]
26+ * ty: [ 0.0.1-alpha.5] [ 0.1.0-a13-5 ]
27+
28+
29+ ### Added
30+
31+ * Lock files for standalone scripts (` *.py.lock ` )
32+ will now be recognized as TOML files.
33+ * Provisional ty integration has been added.
34+
35+
36+ ### Removed
37+
38+ * 2024.3 and lower are no longer supported.
39+
40+
41+ ### Fixed
42+
43+ * Previously, dependency tree popups might not be displayed correctly
44+ if the interpreter cannot be detected by uv.
45+ Now, RyeCharm will always pass the project's interpreter explicitly.
46+ * Ruff's global inspection will now be run after first saving documents
47+ to avoid out-of-sync results.
48+ * ` pyproject.toml ` files used to be passed to Ruff's server,
49+ which only ever expects Python files.
50+ This has been fixed.
51+
52+
53+ [ 0.1.0-a13-1 ] : https://insyncwithfoo.github.io/ryecharm/
54+ [ 0.1.0-a13-2 ] : https://github.com/astral-sh/ruff/releases/tag/0.11.10
55+ [ 0.1.0-a13-3 ] : https://github.com/astral-sh/uv/releases/tag/0.7.5
56+ [ 0.1.0-a13-4 ] : https://github.com/astral-sh/rye/releases/tag/0.44.0
57+ [ 0.1.0-a13-5 ] : https://github.com/astral-sh/ty/releases/tag/0.0.1-alpha.5
58+
59+
60+
1761## [ 0.1.0-alpha-12] - 2025-04-20
1862
1963See [ the documentation] [ 0.1.0-a12-1 ] for more information.
@@ -675,7 +719,8 @@ See [the documentation][0.1.0-a1-5] for more information.
675719 [ 0.1.0-a1-5 ] : https://insyncwithfoo.github.io/ryecharm
676720
677721
678- [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-12..HEAD
722+ [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-13..HEAD
723+ [ 0.1.0-alpha-13 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-12..v0.1.0-alpha-13
679724 [ 0.1.0-alpha-12 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-11..v0.1.0-alpha-12
680725 [ 0.1.0-alpha-11 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-10..v0.1.0-alpha-11
681726 [ 0.1.0-alpha-10 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-9..v0.1.0-alpha-10
0 commit comments