You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,10 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
5
+
This release improves dependabot groups so it is less likely that breaking updates are grouped with non-breaking updates and upgrades the GitHub workflows to use Ubuntu 24.04.
6
6
7
7
## Upgrading
8
8
9
-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10
-
11
9
### Cookiecutter template
12
10
13
11
All upgrading should be done via the migration script or regenerating the templates.
@@ -16,14 +14,10 @@ All upgrading should be done via the migration script or regenerating the templa
<!-- Here upgrade steps for cookiecutter specifically -->
17
+
But you might still need to adapt your code, in particular if you customized the dependabot configuration for the `pip` ecosystem. Please also add exclusions for any other dependency you have at v0.x.x or that breaks frequently, so dependabot PRs are easy to merge.
22
18
23
19
## New Features
24
20
25
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
26
-
27
21
### Cookiecutter template
28
22
29
23
- Dependabot config now uses a new grouping that should make upgrades more smooth.
@@ -34,11 +28,3 @@ But you might still need to adapt your code.
34
28
* Finally, we group some dependencies that are related to each other, and usually needs to be updated together.
35
29
36
30
- GitHub workflows now use Ubuntu 24.04, as 20.04 is EOL.
37
-
38
-
## Bug Fixes
39
-
40
-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
41
-
42
-
### Cookiecutter template
43
-
44
-
<!-- Here bug fixes for cookiecutter specifically -->
0 commit comments