-
-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Release type: minor | ||
|
||
This release changes some of the internals of Strawberry, it shouldn't | ||
be affecting most of the users, but since we have changed the structure | ||
of the code you might need to update your imports. | ||
|
||
Thankfully we also provide a codemod for this, you can run it with: | ||
|
||
```bash | ||
strawberry upgrade update-imports | ||
``` | ||
|
||
This release also includes additional documentation to some of | ||
the classes, methods and functions, this is in preparation for | ||
having the API reference in the documentation ✨ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
🆕 Release $version is out! Thanks to $contributor for the PR 👏 | ||
|
||
This release updates some of the internals to make the codebase more | ||
maintainable and easier to work with. It also adds improves some of the | ||
docstrings in preparation for having the API references on our website 📚 | ||
|
||
Get it here 👉 $release_url |