Skip to content

Commit ff4bf64

Browse files
committed
Release v0.1.0-alpha-14
1 parent 26bb7a3 commit ff4bf64

2 files changed

Lines changed: 74 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1966
See [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

63109
See [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

CHANGELOG_CODE.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,33 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
1414
<i>This section is currently empty.</i>
1515

1616

17+
## [0.1.0-alpha-14] - 2025-06-29
18+
19+
### Dependencies
20+
21+
* [Foojay Toolchains][_0.1.0-a14-d1]: 0.10.0 &rarr; 1.0.0
22+
* [Gradle][_0.1.0-a14-d2]: 8.14 &rarr; 8.14.2
23+
* [LSP4IJ][_0.1.0-a14-d3]: 0.13.0 &rarr; 0.14.2
24+
* [Material for MkDocs][_0.1.0-a14-d4]: 9.6.12 &rarr; 9.6.14
25+
* [@Kotlin/kotlinx.serialization][_0.1.0-a14-d5]: 1.8.1 &rarr; 1.9.0
26+
* [Kotlin JVM plugin][_0.1.0-a14-d6]: 2.1.21 &rarr; 2.2.0
27+
28+
29+
[_0.1.0-a14-d1]: https://github.com/gradle/foojay-toolchains
30+
[_0.1.0-a14-d2]: https://github.com/gradle/gradle
31+
[_0.1.0-a14-d3]: https://github.com/redhat-developer/lsp4ij
32+
[_0.1.0-a14-d4]: https://github.com/squidfunk/mkdocs-material
33+
[_0.1.0-a14-d5]: https://github.com/Kotlin/kotlinx.serialization
34+
[_0.1.0-a14-d6]: https://github.com/JetBrains/kotlin
35+
36+
1737
## [0.1.0-alpha-13] - 2025-05-18
1838

1939
### Dependencies
2040

2141
* [@astral-sh/setup-uv][_0.1.0-a13-d1]: 5 &rarr; 6
2242
* [Qodana][_0.1.0-a13-d2]: 2024.3.4 &rarr; 2025.1.1
23-
* [Material for MkDocs][_0.1.0-a13-d3]: 9.6.6 &rarr; 9.6.11
43+
* [Material for MkDocs][_0.1.0-a13-d3]: 9.6.6 &rarr; 9.6.12
2444
* [Gradle][_0.1.0-a13-d4]: 8.13 &rarr; 8.14
2545
* [Kotlin JVM plugin][_0.1.0-a13-d5]: 2.1.20 &rarr; 2.1.21
2646
* [LSP4IJ][_0.1.0-a13-d6]: 0.12.0 &rarr; 0.13.0
@@ -39,7 +59,7 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
3959
### Dependencies
4060

4161
* [Material for MkDocs][_0.1.0-a12-d1]: 9.6.6 &rarr; 9.6.11
42-
* [Foojay Toolchains][_0.1.0-a12-d2]: 0.8.0 &rarr; 0.9.0
62+
* [Foojay Toolchains][_0.1.0-a12-d2]: 0.9.0 &rarr; 0.10.0
4363

4464

4565
[_0.1.0-a12-d1]: https://github.com/squidfunk/mkdocs-material
@@ -51,7 +71,7 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
5171
### Dependencies
5272

5373
* [LSP4IJ][_0.1.0-a11-d1]: 0.11.0 &rarr; 0.12.0
54-
* [@Kotlin/kotlinx.serialization][_0.1.0-a11-d2]: 1.7.3 &rarr; 1.8.0
74+
* [@Kotlin/kotlinx.serialization][_0.1.0-a11-d2]: 1.8.0 &rarr; 1.8.1
5575

5676

5777
[_0.1.0-a11-d1]: https://github.com/redhat-developer/lsp4ij
@@ -268,7 +288,8 @@ Commands and settings integrated:
268288
[_0.1.0-a1-4]: https://rye.astral.sh/guide/commands/
269289

270290

271-
[Unreleased]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-13..HEAD
291+
[Unreleased]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-14..HEAD
292+
[0.1.0-alpha-14]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-13..v0.1.0-alpha-14
272293
[0.1.0-alpha-13]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-12..v0.1.0-alpha-13
273294
[0.1.0-alpha-12]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-11..v0.1.0-alpha-12
274295
[0.1.0-alpha-11]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-10..v0.1.0-alpha-11

0 commit comments

Comments
 (0)