Skip to content

Commit 6309a6e

Browse files
Release v0.8.1 (#381)
Mainly this is because we broke Windows in 0.8.0. I have: - [x] Written a clear PR title and description (above) - [x] Signed the [Khan Academy CLA](https://www.khanacademy.org/r/cla) - [x] Added tests covering my changes, if applicable - [x] Included a link to the issue fixed, if applicable - [x] Included documentation, for new features - [x] Added an entry to the changelog
1 parent ad1db8f commit 6309a6e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,20 @@ When releasing a new version:
2424

2525
### New features:
2626

27+
### Bug fixes:
28+
29+
## v0.8.1
30+
31+
This release fixes a bug introduced in v0.8.0 breaking path resolution on Windows, along with some other small features and bugs.
32+
33+
### New features:
34+
2735
- Added `@genqlient(alias)` directive to customize field names without requiring GraphQL aliases (fixes #367)
2836
- Added `auto_camel_case` config option to automatically convert snake_case to camelCase in both field names and type names
2937

3038
### Bug fixes:
3139

40+
- fixed path resolution on Windows
3241
- fixed documentation link in `introduction.md`
3342
- upgraded version of alexflint/go-arg from 1.4.2 to 1.5.1
3443
- fixed a typo in the struct + fragment error message

0 commit comments

Comments
 (0)