Skip to content

Commit c6a48d7

Browse files
committed
Release v0.1.0-alpha-21
1 parent cc3163f commit c6a48d7

2 files changed

Lines changed: 38 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,41 @@ For code changes, see [`CHANGELOG_CODE.md`][_-1].
1111

1212
## [Unreleased]
1313

14-
<i>This section is currently empty.</i>
14+
See [the documentation][0.1.0-a21-1] for more information.
15+
16+
Latest tool versions at the time of release:
17+
18+
* Ruff: [0.15.8][0.1.0-a21-2]
19+
* uv: [0.11.2][0.1.0-a21-3]
20+
* Rye: [0.44.0][0.1.0-a21-4]
21+
* ty: [0.0.26][0.1.0-a21-5]
22+
23+
24+
### Added
25+
26+
* It is now possible to pass a custom argument to uv's `--project` option
27+
using the corresponding setting.
28+
* More ty setttings have been added to allow for more granular control.
29+
30+
31+
### Fixed
32+
33+
* Ruff 0.15.7 adds a new property (`severity`) to its CLI output.
34+
This would cause RyeCharm to emit "unknown error" notifications.
35+
The property is now recognized correctly.
36+
Additionally, serialization errors will be reported more clearly.
37+
38+
39+
### Removed
40+
41+
* 2025.3.2.1 and older versions are no longer supported.
42+
43+
44+
[0.1.0-a21-1]: https://insyncwithfoo.github.io/ryecharm/
45+
[0.1.0-a21-2]: https://github.com/astral-sh/ruff/releases/tag/0.15.8
46+
[0.1.0-a21-3]: https://github.com/astral-sh/uv/releases/tag/0.11.2
47+
[0.1.0-a21-4]: https://github.com/astral-sh/rye/releases/tag/0.44.0
48+
[0.1.0-a21-5]: https://github.com/astral-sh/ty/releases/tag/0.0.26
1549

1650

1751
## [0.1.0-alpha-20] - 2025-11-23

CHANGELOG_CODE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
1111

1212
## [Unreleased]
1313

14-
<i>This section is currently empty.</i>
14+
### Dependencies
15+
16+
<i>Too many to be listed.</i>
1517

1618

1719
## [0.1.0-alpha-20] - 2025-11-23

0 commit comments

Comments
 (0)