Skip to content

Commit 10676e3

Browse files
committed
Update release notes for the release of v0.11.0
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f44d0b7 commit 10676e3

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This version accumulates a few improvements, and bumps the dependency of setuptools to use v75, which is compatible with PEP625, which is necessary to be able to keep uploading to PyPI, so you should upgrade to this version as soon as possible.
6+
7+
The migration script was also rewritten in Python, so it should be more compatible with different OSes.
68

79
## Upgrading
810

911
- The `frequenz.repo.config.github.abort()` function now takes most arguments as keyword-only arguments.
1012
- The *Queue PRs for v0.x.x* GitHub ruleset was renamed to *Queue PRs for the default branch* and now targets the default branch. It also only have the merge queue restriction, all other restrictions were removed as they are already present in the *Protect version branches* ruleset. You might want to re-import this ruleset to your repositories.
1113

12-
### Cookiecutter template
13-
14-
<!-- Here upgrade steps for cookiecutter specifically -->
15-
1614
## New Features
1715

1816
* Added a new GitHub branch ruleset for Rust projects.
@@ -33,7 +31,3 @@
3331
## Bug Fixes
3432

3533
* Sybil now parses the `__init__.py` file as well. Previously it was disabled due to an upstream bug.
36-
37-
### Cookiecutter template
38-
39-
<!-- Here bug fixes for cookiecutter specifically -->

0 commit comments

Comments
 (0)