Skip to content

Commit 01ff150

Browse files
authored
chore(master): release 2.0.0-rc.240 (#1349)
🤖 I have created a release *beep* *boop* --- ## [2.0.0-rc.240](v2.0.0-rc.239...v2.0.0-rc.240) (2025-12-08) ### Features * add composite type support for field resolvers ([#1341](#1341)) ([701ea8d](701ea8d)) * allow empty arguments for field resolvers ([#1350](#1350)) ([5db8c5a](5db8c5a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added support for composite types in field resolvers * Added support for empty arguments in field resolvers <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 5db8c5a commit 01ff150

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"v2": "2.0.0-rc.239",
2+
"v2": "2.0.0-rc.240",
33
"execution": "1.6.0"
44
}

v2/CHANGELOG.md

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

3+
## [2.0.0-rc.240](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.239...v2.0.0-rc.240) (2025-12-08)
4+
5+
6+
### Features
7+
8+
* add composite type support for field resolvers ([#1341](https://github.com/wundergraph/graphql-go-tools/issues/1341)) ([701ea8d](https://github.com/wundergraph/graphql-go-tools/commit/701ea8d7d14b94b2767380bead8126d330dfb85e))
9+
* allow empty arguments for field resolvers ([#1350](https://github.com/wundergraph/graphql-go-tools/issues/1350)) ([5db8c5a](https://github.com/wundergraph/graphql-go-tools/commit/5db8c5a168b3fe5f8d937ddafbdbe8b04c587e73))
10+
311
## [2.0.0-rc.239](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.238...v2.0.0-rc.239) (2025-11-21)
412

513

0 commit comments

Comments
 (0)