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

Commit 27a4df1

Browse files
chore(main): release 3.1.0 (#257)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ed52efe commit 27a4df1

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.1.0](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.3...v3.1.0) (2023-07-05)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* allow `field_name` to be passed for node and connections ([dc587c7](https://github.com/blb-ventures/strawberry-django-plus/commit/dc587c7face8f9a8bfe943fd1299b73f4dc9d283))
14+
* also support `auto` when checking for auto annotations ([b5b0141](https://github.com/blb-ventures/strawberry-django-plus/commit/b5b01413e7fdb6ea1ee60cc50134a5904ea38775))
15+
316
## [3.0.3](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.2...v3.0.3) (2023-06-25)
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.3"
3+
version = "3.1.0"
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.3" # x-release-please-version
20+
__version__ = "3.1.0" # x-release-please-version
2121

2222

2323
def _get_doc(obj):

0 commit comments

Comments
 (0)