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

Commit

Permalink
chore(main): release 3.0.3 (#253)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 25, 2023
1 parent 127124e commit 6804853
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.0.3](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.2...v3.0.3) (2023-06-25)


### Bug Fixes

* missing return for the async resolver ([f1dacec](https://github.com/blb-ventures/strawberry-django-plus/commit/f1dacece01c8fccf966aabe6eded828ac5d0e1e2))


### Code Refactoring

* 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))
* simplify Node methods injection code ([127124e](https://github.com/blb-ventures/strawberry-django-plus/commit/127124ee8591c023e010e3097411da397cd9dba2))

## [3.0.2](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.1...v3.0.2) (2023-06-23)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "strawberry-django-plus"
version = "3.0.2"
version = "3.0.3"
description = "Enhanced Strawberry GraphQL integration with Django"
authors = ["Thiago Bellini Ribeiro <thiago@bellini.dev>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion strawberry_django_plus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
_original_enum_init = EnumDefinition.__init__
_original_from_generic = NameConverter.from_generic

__version__ = "3.0.2" # x-release-please-version
__version__ = "3.0.3" # x-release-please-version


def _get_doc(obj):
Expand Down

0 comments on commit 6804853

Please sign in to comment.