Skip to content

Commit

Permalink
Release 🍓 0.234.2
Browse files Browse the repository at this point in the history
  • Loading branch information
botberry committed Jun 7, 2024
1 parent a58fdf5 commit b7f2881
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
CHANGELOG
=========

0.234.2 - 2024-06-07
--------------------

This release fixes an issue when trying to retrieve specialized type vars from a
generic type that has been aliased to a name, in cases like:

```python
@strawberry.type
class Fruit(Generic[T]): ...


SpecializedFruit = Fruit[str]
```

Contributed by [Thiago Bellini Ribeiro](https://github.com/bellini666) via [PR #3535](https://github.com/strawberry-graphql/strawberry/pull/3535/)


0.234.1 - 2024-06-06
--------------------

Expand Down
12 changes: 0 additions & 12 deletions RELEASE.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "strawberry-graphql"
packages = [ { include = "strawberry" } ]
version = "0.234.1"
version = "0.234.2"
description = "A library for creating GraphQL APIs"
authors = ["Patrick Arminio <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b7f2881

Please sign in to comment.