This repository was archived by the owner on Jul 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.6.4] ( https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.3...v2.6.4 ) (2023-06-14)
4+
5+
6+ ### Code Refactoring
7+
8+ * fix assertionerror when registering copied generic types on schema directives ([ #238 ] ( https://github.com/blb-ventures/strawberry-django-plus/issues/238 ) ) ([ 250da52] ( https://github.com/blb-ventures/strawberry-django-plus/commit/250da52c48ea17daa756bd12b3babd1b2e050628 ) )
9+
310## [ 2.6.3] ( https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.2...v2.6.3 ) (2023-06-14)
411
512
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " strawberry-django-plus"
3- version = " 2.6.3 "
3+ version = " 2.6.4 "
44description = " Enhanced Strawberry GraphQL integration with Django"
55authors = [" Thiago Bellini Ribeiro <thiago@bellini.dev>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1616_original_enum_init = EnumDefinition .__init__
1717_original_from_generic = NameConverter .from_generic
1818
19- __version__ = "2.6.3 " # x-release-please-version
19+ __version__ = "2.6.4 " # x-release-please-version
2020
2121
2222def _get_doc (obj ):
You can’t perform that action at this time.
0 commit comments