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

Commit f53b744

Browse files
chore(release/2.x): release 2.6.6 (#263)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent db5b636 commit f53b744

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [2.6.6](https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.5...v2.6.6) (2023-07-07)
4+
5+
6+
### Miscellaneous
7+
8+
* **deps:** chore(deps): mark strawberry-graphql-django 0.10.0+ as not compatible ([db5b636](https://github.com/blb-ventures/strawberry-django-plus/commit/db5b636dadf913b997a6e507d2819d5b60dde2c9))
9+
310
## [2.6.5](https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.4...v2.6.5) (2023-06-23)
411

512

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 = "2.6.5"
3+
version = "2.6.6"
44
description = "Enhanced Strawberry GraphQL integration with Django"
55
authors = ["Thiago Bellini Ribeiro <thiago@bellini.dev>"]
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__ = "2.6.5" # x-release-please-version
20+
__version__ = "2.6.6" # x-release-please-version
2121

2222

2323
def _get_doc(obj):

0 commit comments

Comments
 (0)