Skip to content

Commit

Permalink
Release 🍓 0.190.0
Browse files Browse the repository at this point in the history
  • Loading branch information
botberry committed Jun 27, 2023
1 parent 2986600 commit c6eb865
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGELOG
=========

0.190.0 - 2023-06-27
--------------------

This release refactors the way we resolve field types to to make it
more robust, resolving some corner cases.

One case that should be fixed is when using specialized generics
with future annotations.

Contributed by [Alexander](https://github.com/devkral) via [PR #2868](https://github.com/strawberry-graphql/strawberry/pull/2868/)


0.189.3 - 2023-06-27
--------------------

Expand Down
7 changes: 0 additions & 7 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.189.3"
version = "0.190.0"
description = "A library for creating GraphQL APIs"
authors = ["Patrick Arminio <patrick.arminio@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit c6eb865

Please sign in to comment.