Skip to content

Commit 9040fb9

Browse files
committed
Release v0.1.0-alpha-13
1 parent 2c82f81 commit 9040fb9

2 files changed

Lines changed: 68 additions & 2 deletions

File tree

CHANGELOG.md

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

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

CHANGELOG_CODE.md

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

1616

17+
## [0.1.0-alpha-13] - 2025-05-18
18+
19+
### Dependencies
20+
21+
* [@astral-sh/setup-uv][_0.1.0-a13-d1]: 5 &rarr; 6
22+
* [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
24+
* [Gradle][_0.1.0-a13-d4]: 8.13 &rarr; 8.14
25+
* [Kotlin JVM plugin][_0.1.0-a13-d5]: 2.1.20 &rarr; 2.1.21
26+
* [LSP4IJ][_0.1.0-a11-d1]: 0.12.0 &rarr; 0.13.0
27+
28+
29+
[_0.1.0-a13-d1]: https://github.com/astral-sh/setup-uv
30+
[_0.1.0-a13-d2]: https://github.com/JetBrains/qodana-action
31+
[_0.1.0-a13-d3]: https://github.com/squidfunk/mkdocs-material
32+
[_0.1.0-a13-d4]: https://github.com/gradle/gradle
33+
[_0.1.0-a13-d5]: https://github.com/JetBrains/kotlin
34+
[_0.1.0-a13-d6]: https://github.com/redhat-developer/lsp4ij
35+
36+
1737
## [0.1.0-alpha-12] - 2025-04-20
1838

1939
### Dependencies
@@ -248,7 +268,8 @@ Commands and settings integrated:
248268
[_0.1.0-a1-4]: https://rye.astral.sh/guide/commands/
249269

250270

251-
[Unreleased]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-12..HEAD
271+
[Unreleased]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-13..HEAD
272+
[0.1.0-alpha-13]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-12..v0.1.0-alpha-13
252273
[0.1.0-alpha-12]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-11..v0.1.0-alpha-12
253274
[0.1.0-alpha-11]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-10..v0.1.0-alpha-11
254275
[0.1.0-alpha-10]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-9..v0.1.0-alpha-10

0 commit comments

Comments
 (0)