graphql-rust / graphql-parser

A graphql query language and schema definition language parser and formatter for rust
Apache License 2.0
353 stars 76 forks source link

Time for a 0.3.1 release? #50

Closed leoyvens closed 2 years ago

leoyvens commented 3 years ago

It's been a year since the last release, and there have been a few patches since. If you could cut a new release that would be great!

tyranron commented 3 years ago

@tailhook +1, it would be nice to see a new 0.3.1 release. Any issues preventing it?

mathstuf commented 2 years ago

This would make Document::into_static available which is sorely needed to actually use in anything that doesn't already have borrows flowing through it.

tailhook commented 2 years ago

Just published 0.4.0. Sorry for the delay.

It couldn't be 0.3.1 since we have structured with public fields and every new field is a breaking change (in this case we at least added repeatable).