Skip to content

Commit 85e2e8d

Browse files
Move changelog entry to the right version (#217)
Thanks to `git merge` being clever, this got put in `v0.5.0` even though it was added after `v0.5.0` was released. Now it's in `vNext` (perhaps soon to become `v0.5.1`).
1 parent 16a17f2 commit 85e2e8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ When releasing a new version:
2424

2525
### New features:
2626

27+
- You can now bind all types from a package in `genqlient.yaml` using the new `package_bindings` option.
28+
2729
### Bug fixes:
2830

2931
- Fixed non-deterministic generated code when querying graphql interfaces
@@ -42,7 +44,6 @@ Version 0.5.0 adds several new configuration options and convenience features. N
4244
- genqlient can now run as a portable binary (i.e. without a local checkout of the repository or `go run`).
4345
- You can now enable `use_extensions` in the configuration file, to receive extensions returned by the GraphQL API server. Generated functions will return extensions as `map[string]interface{}`, if enabled.
4446
- You can now use `graphql.NewClientUsingGet` to create a client that uses query parameters to pass the query to the GraphQL API server.
45-
- You can now bind all types from a package in `genqlient.yaml` using the new `package_bindings` option.
4647
- In config files, `schema`, `operations`, and `generated` can now be absolute paths.
4748
- You can now configure how nullable types are mapped to Go types in the configuration file. Specifically, you can set `optional: pointer` to have all nullable GraphQL arguments, input fields, and output fields map to pointers.
4849

0 commit comments

Comments
 (0)