Skip to content

Commit 9367d11

Browse files
committed
0.2.2 release (previous 0.2.1) + release notes updated [ci skip]
1 parent a3ae924 commit 9367d11

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
22

3+
#### 0.2.2
4+
- 2018-11-22 - [10 commits](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/compare/v0.2.1...v0.2.2) by [Marcin Stachniuk](https://github.com/mstachniuk) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.2.2-green.svg)](https://bintray.com/mstachniuk/mstachniuk-maven-repo/maven/0.2.2)
5+
- #20 Add support for directives in schema [(#21)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/21)
6+
- Fix typos in Readme, add codecov badge [(#19)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/19)
7+
- Add Jacoco Test coverage [(#18)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/18)
8+
- Add test with scalar without comment in schema [(#17)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/17)
9+
- Fix description in scalar [(#16)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/16)
10+
311
#### 0.2.1
412
- 2018-09-13 - [5 commits](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/compare/v0.2.0...v0.2.1) by [Marcin Stachniuk](https://github.com/mstachniuk) - published to [![Bintray](https://img.shields.io/badge/Bintray-0.2.1-green.svg)](https://bintray.com/mstachniuk/mstachniuk-maven-repo/maven/0.2.1)
513
- #13 Comments shouldn't be trimmed at end by default [(#15)](https://github.com/mstachniuk/graphql-schema-from-introspection-generator/pull/15)

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#Version of the produced binaries. This file is intended to be checked-in.
22
#It will be automatically bumped by release automation.
3-
version=0.2.2
4-
previousVersion=0.2.1
3+
version=0.2.3
4+
previousVersion=0.2.2

0 commit comments

Comments
 (0)