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

Commit 6804853

Browse files
chore(main): release 3.0.3 (#253)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 127124e commit 6804853

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [3.0.3](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.2...v3.0.3) (2023-06-25)
4+
5+
6+
### Bug Fixes
7+
8+
* missing return for the async resolver ([f1dacec](https://github.com/blb-ventures/strawberry-django-plus/commit/f1dacece01c8fccf966aabe6eded828ac5d0e1e2))
9+
10+
11+
### Code Refactoring
12+
13+
* remove hard dependencies on contenttypes and auth framework ([#250](https://github.com/blb-ventures/strawberry-django-plus/issues/250)) ([b9428b0](https://github.com/blb-ventures/strawberry-django-plus/commit/b9428b08eeb8172cebd5423aaf1b39add3a47064))
14+
* simplify Node methods injection code ([127124e](https://github.com/blb-ventures/strawberry-django-plus/commit/127124ee8591c023e010e3097411da397cd9dba2))
15+
316
## [3.0.2](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.1...v3.0.2) (2023-06-23)
417

518

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 = "3.0.2"
3+
version = "3.0.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
@@ -17,7 +17,7 @@
1717
_original_enum_init = EnumDefinition.__init__
1818
_original_from_generic = NameConverter.from_generic
1919

20-
__version__ = "3.0.2" # x-release-please-version
20+
__version__ = "3.0.3" # x-release-please-version
2121

2222

2323
def _get_doc(obj):

0 commit comments

Comments
 (0)