Skip to content

Commit 4c44de2

Browse files
committed
Release v0.1.0-alpha-20
1 parent 2918a02 commit 4c44de2

2 files changed

Lines changed: 75 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

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

CHANGELOG_CODE.md

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

1616

17+
## [0.1.0-alpha-20] - 2025-11-23
18+
19+
### Dependencies
20+
21+
* [@gradle/actions][_0.1.0-a20-d1]: 4 &rarr; 5
22+
* [@astral-sh/setup-uv][_0.1.0-a20-d2]: 6 &rarr; 7
23+
* [Material for MkDocs][_0.1.0-a20-d3]: 9.6.18 &rarr; 9.6.22
24+
* [LSP4IJ][_0.1.0-a20-d4]: 0.16.1 &rarr; 0.18.0
25+
* [Gradle][_0.1.0-a20-d5]: 9.0.0 &rarr; 9.2.1
26+
* [IntelliJ Platform Gradle Plugin][_0.1.0-a20-d6]: 2.3.0 &rarr; 2.10.4
27+
* [Kover][_0.1.0-a20-d7]: 0.9.2 &rarr; 0.9.3
28+
* [Kotlin JVM plugin][_0.1.0-a20-d8]: 2.2.20 &rarr; 2.2.21
29+
* [@actions/upload-artifact][_0.1.0-a20-d9]: 4 &rarr; 5
30+
* [Qodana][_0.1.0-a20-d10]: 2025.2.1 &rarr; 2025.2.2
31+
* [@actions/checkout][_0.1.0-a20-d11]: 5 &rarr; 6
32+
33+
34+
[_0.1.0-a20-d1]: https://github.com/gradle/actions
35+
[_0.1.0-a20-d2]: https://github.com/astral-sh/setup-uv
36+
[_0.1.0-a20-d3]: https://github.com/squidfunk/mkdocs-material
37+
[_0.1.0-a20-d4]: https://github.com/redhat-developer/lsp4ij
38+
[_0.1.0-a20-d5]: https://github.com/gradle/gradle
39+
[_0.1.0-a20-d6]: https://github.com/JetBrains/intellij-platform-gradle-plugin
40+
[_0.1.0-a20-d7]: https://github.com/Kotlin/kotlinx-kover
41+
[_0.1.0-a20-d8]: https://github.com/JetBrains/kotlin
42+
[_0.1.0-a20-d9]: https://github.com/actions/upload-artifact
43+
[_0.1.0-a20-d10]: https://github.com/JetBrains/qodana-action
44+
[_0.1.0-a20-d11]: https://github.com/actions/checkout
45+
46+
1747
## [0.1.0-alpha-19] - 2025-09-21
1848

1949
### Dependencies
@@ -367,7 +397,8 @@ Commands and settings integrated:
367397
[_0.1.0-a1-4]: https://rye.astral.sh/guide/commands/
368398

369399

370-
[Unreleased]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-19..HEAD
400+
[Unreleased]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-20..HEAD
401+
[0.1.0-alpha-20]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-19..v0.1.0-alpha-20
371402
[0.1.0-alpha-19]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-18..v0.1.0-alpha-19
372403
[0.1.0-alpha-18]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-17..v0.1.0-alpha-18
373404
[0.1.0-alpha-17]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-16..v0.1.0-alpha-17

0 commit comments

Comments
 (0)