Skip to content

Commit 687fc71

Browse files
committed
Release v0.1.0-alpha-15
1 parent 4c4bdb8 commit 687fc71

2 files changed

Lines changed: 57 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-15] - 2025-07-20
18+
19+
See [the documentation][0.1.0-a15-1] for more information.
20+
21+
Latest tool versions at the time of release:
22+
23+
* Ruff: [0.12.4][0.1.0-a15-2]
24+
* uv: [0.8.0][0.1.0-a15-3]
25+
* Rye: [0.44.0][0.1.0-a15-4]
26+
* ty: [0.0.1-alpha.14][0.1.0-a15-5]
27+
28+
29+
### Added
30+
31+
* Script lock files (`*.py.lock`) now have edit notices and custom icons
32+
similar to that of `uv.lock`.
33+
* On project open, RyeCharm will now check if uv is outdated
34+
and either notify (default) or update automatically.
35+
This feature can be configured or disabled in the settings.
36+
37+
38+
### Changed
39+
40+
* The "Bump project version" intention has been updated
41+
to accommodate new possible values for `version --bump`.
42+
* The "Organize imports" intention is now
43+
no longer available in `pyproject.toml`.
44+
45+
46+
### Removed
47+
48+
* 2025.1.2 and older versions are no longer supported.
49+
50+
51+
[0.1.0-a15-1]: https://insyncwithfoo.github.io/ryecharm/
52+
[0.1.0-a15-2]: https://github.com/astral-sh/ruff/releases/tag/0.12.4
53+
[0.1.0-a15-3]: https://github.com/astral-sh/uv/releases/tag/0.8.0
54+
[0.1.0-a15-4]: https://github.com/astral-sh/rye/releases/tag/0.44.0
55+
[0.1.0-a15-5]: https://github.com/astral-sh/ty/releases/tag/0.0.1-alpha.14
56+
57+
1758
## [0.1.0-alpha-14] - 2025-06-29
1859

1960
See [the documentation][0.1.0-a14-1] for more information.
@@ -765,7 +806,8 @@ See [the documentation][0.1.0-a1-5] for more information.
765806
[0.1.0-a1-5]: https://insyncwithfoo.github.io/ryecharm
766807

767808

768-
[Unreleased]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-14..HEAD
809+
[Unreleased]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-15..HEAD
810+
[0.1.0-alpha-15]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-14..v0.1.0-alpha-15
769811
[0.1.0-alpha-14]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-13..v0.1.0-alpha-14
770812
[0.1.0-alpha-13]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-12..v0.1.0-alpha-13
771813
[0.1.0-alpha-12]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-11..v0.1.0-alpha-12

CHANGELOG_CODE.md

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

1616

17+
## [0.1.0-alpha-15] - 2025-07-20
18+
19+
### Dependencies
20+
21+
* [Gradle][_0.1.0-a15-d1]: 8.14.2 &rarr; 8.14.3
22+
* [@Kotlin/kotlinx.serialization][_0.1.0-a15-d2]: 1.9.0 &rarr; 1.7.3
23+
24+
25+
[_0.1.0-a15-d1]: https://github.com/gradle/gradle
26+
[_0.1.0-a15-d2]: https://github.com/Kotlin/kotlinx.serialization
27+
28+
1729
## [0.1.0-alpha-14] - 2025-06-29
1830

1931
### Dependencies
@@ -288,7 +300,8 @@ Commands and settings integrated:
288300
[_0.1.0-a1-4]: https://rye.astral.sh/guide/commands/
289301

290302

291-
[Unreleased]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-14..HEAD
303+
[Unreleased]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-15..HEAD
304+
[0.1.0-alpha-15]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-14..v0.1.0-alpha-15
292305
[0.1.0-alpha-14]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-13..v0.1.0-alpha-14
293306
[0.1.0-alpha-13]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-12..v0.1.0-alpha-13
294307
[0.1.0-alpha-12]: https://github.com/InSyncWithFoo/ryecharm/compare/v0.1.0-alpha-11..v0.1.0-alpha-12

0 commit comments

Comments
 (0)