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

Commit 8878561

Browse files
chore(main): release 3.0.2 (#251)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 15b2dd8 commit 8878561

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

3+
## [3.0.2](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.1...v3.0.2) (2023-06-23)
4+
5+
6+
### Bug Fixes
7+
8+
* fix a wrongly refactored code from previous commit ([fb0de57](https://github.com/blb-ventures/strawberry-django-plus/commit/fb0de5750dc466da9f14e3a5dc4f95eb3e28a1da))
9+
* fix class inherited fields not being evaluated correctly ([15b2dd8](https://github.com/blb-ventures/strawberry-django-plus/commit/15b2dd83a8a8b606d7455d1817966e7e9315c451)), closes [#247](https://github.com/blb-ventures/strawberry-django-plus/issues/247)
10+
* pyright tests should also not install debug-toolbar extras ([1f8600e](https://github.com/blb-ventures/strawberry-django-plus/commit/1f8600e78c6056255214497ad32728ce2a043ef2))
11+
12+
13+
### Code Refactoring
14+
15+
* support for strawberry 0.187.5+ ([493a1ad](https://github.com/blb-ventures/strawberry-django-plus/commit/493a1ad69d1ab12562bf5d35ff34c2b8716ddf01))
16+
17+
18+
### Continuous Integration
19+
20+
* also run release actions for release branches ([6d6c0f7](https://github.com/blb-ventures/strawberry-django-plus/commit/6d6c0f7d21d3ff4796e59b34512a23e1222c2d5e))
21+
* fix tests breaking due to not having a "debug-toolbar" extra anymore ([cd621f5](https://github.com/blb-ventures/strawberry-django-plus/commit/cd621f5bb81f1b6bba7d90e44108d049c2645ff7))
22+
* make sure release-please create release PRs for release branches ([c2d1a78](https://github.com/blb-ventures/strawberry-django-plus/commit/c2d1a78d0358962cdd5a0f6f9f1f01c8a821cb60))
23+
324
## [3.0.1](https://github.com/blb-ventures/strawberry-django-plus/compare/v3.0.0...v3.0.1) (2023-06-17)
425

526

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.1"
3+
version = "3.0.2"
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.1" # x-release-please-version
20+
__version__ = "3.0.2" # x-release-please-version
2121

2222

2323
def _get_doc(obj):

0 commit comments

Comments
 (0)