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

Commit 06e90e1

Browse files
chore(main): release 3.0.0 (#240)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a1acbb commit 06e90e1

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.4...v3.0.0) (2023-06-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove debug toolbar integration
9+
* migrate relay to strawberry's implementation ([#235](https://github.com/blb-ventures/strawberry-django-plus/issues/235))
10+
11+
### Features
12+
13+
* remove debug toolbar integration ([463578a](https://github.com/blb-ventures/strawberry-django-plus/commit/463578a119535ec4a3b4df12d2c3d9d1e4c1c53e))
14+
15+
16+
### Code Refactoring
17+
18+
* migrate relay to strawberry's implementation ([#235](https://github.com/blb-ventures/strawberry-django-plus/issues/235)) ([d55f199](https://github.com/blb-ventures/strawberry-django-plus/commit/d55f199de01aaa7c85e7ad12ab2e86ea274ca124))
19+
20+
21+
### Documentation
22+
23+
* add a "Migration guide" section explaning how to migrate from v2 to v3 ([3a1acbb](https://github.com/blb-ventures/strawberry-django-plus/commit/3a1acbbd1c2e8c8cf544ccab05a006ebea330002))
24+
* add a note regarding debug-toolbar integration removal ([051b585](https://github.com/blb-ventures/strawberry-django-plus/commit/051b5854ba0992558492911129ff6fa29b15c9cb))
25+
326
## [2.6.4](https://github.com/blb-ventures/strawberry-django-plus/compare/v2.6.3...v2.6.4) (2023-06-14)
427

528

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.4"
3+
version = "3.0.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
@@ -16,7 +16,7 @@
1616
_original_enum_init = EnumDefinition.__init__
1717
_original_from_generic = NameConverter.from_generic
1818

19-
__version__ = "2.6.4" # x-release-please-version
19+
__version__ = "3.0.0" # x-release-please-version
2020

2121

2222
def _get_doc(obj):

0 commit comments

Comments
 (0)