Skip to content

Commit

Permalink
Add release file
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Jul 17, 2024
1 parent 8e1fe7d commit 569ecdf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions RELEASE.md
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 ✨
7 changes: 7 additions & 0 deletions TWEET.md
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

0 comments on commit 569ecdf

Please sign in to comment.