Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit f4115b7

Browse files
chore(main): release 2.6.4 (#239)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 250da52 commit f4115b7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "strawberry-django-plus"
3-
version = "2.6.3"
3+
version = "2.6.4"
44
description = "Enhanced Strawberry GraphQL integration with Django"
55
authors = ["Thiago Bellini Ribeiro <thiago@bellini.dev>"]
66
license = "MIT"

strawberry_django_plus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

2222
def _get_doc(obj):

0 commit comments

Comments
 (0)