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.1.0 (#257)
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 Jul 5, 2023
1 parent ed52efe commit 27a4df1
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.1.0](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.3...v3.1.0) (2023-07-05)


### Features

* mark this lib as deprecated and add a documentation on how to migrate to strawberry_django ([ed52efe](https://github.com/blb-ventures/strawberry-django-plus/commit/ed52efecc7d492d746466119985947e14b837089))


### Bug Fixes

* allow `field_name` to be passed for node and connections ([dc587c7](https://github.com/blb-ventures/strawberry-django-plus/commit/dc587c7face8f9a8bfe943fd1299b73f4dc9d283))
* also support `auto` when checking for auto annotations ([b5b0141](https://github.com/blb-ventures/strawberry-django-plus/commit/b5b01413e7fdb6ea1ee60cc50134a5904ea38775))

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


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.3"
version = "3.1.0"
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.3" # x-release-please-version
__version__ = "3.1.0" # x-release-please-version


def _get_doc(obj):
Expand Down

0 comments on commit 27a4df1

Please sign in to comment.