@@ -14,6 +14,53 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
1414<i >This section is currently empty.</i >
1515
1616
17+ ## [ 0.1.0-alpha-14] - 2025-06-29
18+
19+ See [ the documentation] [ 0.1.0-a14-1 ] for more information.
20+
21+ Latest tool versions at the time of release:
22+
23+ * Ruff: [ 0.12.1] [ 0.1.0-a14-2 ]
24+ * uv: [ 0.7.16] [ 0.1.0-a14-3 ]
25+ * Rye: [ 0.44.0] [ 0.1.0-a14-4 ]
26+ * ty: [ 0.0.1-alpha.12] [ 0.1.0-a14-5 ]
27+
28+
29+ ### Changed
30+
31+ * The "Bump project version" intention now uses uv instead of Rye.
32+
33+
34+ ### Removed
35+
36+ * 2025.1.1.1 and lower are no longer supported.
37+ * RyeCharm-provided uv run configuration type and factories have been removed.
38+ Use native uv run configurations instead.
39+ * ty's completion setting has been removed.
40+ It has never worked, and ty itself no longer recognizes it.
41+
42+
43+ ### Fixed
44+
45+ * Previously, the native client did not support ` textDocument/diagnostic ` .
46+ 2025.1.2 added support for it, but the client does not send such requests
47+ by default, resulting in no diagnostics being displayed.
48+ This has been fixed.
49+ * Prior to this version, ty's diagnostics might be out-of-sync.
50+ This is no longer an issue.
51+ * Due to an UI bug, the formatter and import optimizer would not work
52+ until Ruff's executable input field is modified.
53+ Now, instead of being prefilled, executable fields will have
54+ accompanying "Detect" buttons.
55+
56+
57+ [ 0.1.0-a14-1 ] : https://insyncwithfoo.github.io/ryecharm/
58+ [ 0.1.0-a14-2 ] : https://github.com/astral-sh/ruff/releases/tag/0.12.1
59+ [ 0.1.0-a14-3 ] : https://github.com/astral-sh/uv/releases/tag/0.7.16
60+ [ 0.1.0-a14-4 ] : https://github.com/astral-sh/rye/releases/tag/0.44.0
61+ [ 0.1.0-a14-5 ] : https://github.com/astral-sh/ty/releases/tag/0.0.1-alpha.12
62+
63+
1764## [ 0.1.0-alpha-13] - 2025-05-18
1865
1966See [ the documentation] [ 0.1.0-a13-1 ] for more information.
@@ -57,7 +104,6 @@ Latest tool versions at the time of release:
57104 [ 0.1.0-a13-5 ] : https://github.com/astral-sh/ty/releases/tag/0.0.1-alpha.5
58105
59106
60-
61107## [ 0.1.0-alpha-12] - 2025-04-20
62108
63109See [ the documentation] [ 0.1.0-a12-1 ] for more information.
@@ -719,7 +765,8 @@ See [the documentation][0.1.0-a1-5] for more information.
719765 [ 0.1.0-a1-5 ] : https://insyncwithfoo.github.io/ryecharm
720766
721767
722- [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-13..HEAD
768+ [ Unreleased ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-14..HEAD
769+ [ 0.1.0-alpha-14 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-13..v0.1.0-alpha-14
723770 [ 0.1.0-alpha-13 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-12..v0.1.0-alpha-13
724771 [ 0.1.0-alpha-12 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-11..v0.1.0-alpha-12
725772 [ 0.1.0-alpha-11 ] : https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-10..v0.1.0-alpha-11
0 commit comments