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.1 (#241)
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] authored Jun 17, 2023
1 parent 84f540e commit 7dac18f
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.1](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.0...v3.0.1) (2023-06-17)


### Bug Fixes

* inject filters/order at once to avoid one of them missing also removing the other one ([84f540e](https://github.com/blb-ventures/strawberry-django-plus/commit/84f540ec8fe608a0bf93efb9ed692421f20e1501)), closes [#243](https://github.com/blb-ventures/strawberry-django-plus/issues/243)
* loosen errors for unions of django types when checking for filters/ordering ([4a97839](https://github.com/blb-ventures/strawberry-django-plus/commit/4a97839e7190a32246cc2ea3d5297cf26a2bea37))


### Documentation

* fix a typo in the CHANGELOG ([f54507e](https://github.com/blb-ventures/strawberry-django-plus/commit/f54507e485d5ad831d71a5a01bd06be09de7300b))

## [3.0.0](https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.4...v3.0.0) (2023-06-15)


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.0"
version = "3.0.1"
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 @@ -16,7 +16,7 @@
_original_enum_init = EnumDefinition.__init__
_original_from_generic = NameConverter.from_generic

__version__ = "3.0.0" # x-release-please-version
__version__ = "3.0.1" # x-release-please-version


def _get_doc(obj):
Expand Down

0 comments on commit 7dac18f

Please sign in to comment.