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

Commit c0c374a

Browse files
chore(main): release 2.6.3 (#232)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 47a194e commit c0c374a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.6.3](https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.2...v2.6.3) (2023-06-14)
4+
5+
6+
### Miscellaneous
7+
8+
* **pyright:** fix pyright issues ([abacca4](https://github.com/blb-ventures/strawberry-django-plus/commit/abacca48ae17ec33a86dcc948e8d2d4ed62e0fe0))
9+
10+
11+
### Code Refactoring
12+
13+
* use dataclass_transform from typing_extensions ([#236](https://github.com/blb-ventures/strawberry-django-plus/issues/236)) ([47a194e](https://github.com/blb-ventures/strawberry-django-plus/commit/47a194e07a9aa14dad05dcab42557a92c0a860d2))
14+
315
## [2.6.2](https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.1...v2.6.2) (2023-06-07)
416

517

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.2"
3+
version = "2.6.3"
44
description = "Enhanced Strawberry GraphQL integration with Django"
55
authors = ["Thiago Bellini Ribeiro <[email protected]>"]
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.2" # x-release-please-version
19+
__version__ = "2.6.3" # x-release-please-version
2020

2121

2222
def _get_doc(obj):

0 commit comments

Comments
 (0)