We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1879b1d commit 3a17453Copy full SHA for 3a17453
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# Change Log
2
+
3
+All user visible changes to this project will be documented in this file.
4
+This project adheres to [Semantic Versioning](http://semver.org/), as described
5
+for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)
6
7
+## [0.1.1] - 2019-11-17
8
9
+* Small documentation fixes
10
+* Fix missing imports for third party types in code generated by `wundergraph_cli` (Thanks Matteo Bertini)
11
12
+## 0.1.0 - 2019-11-07
13
14
+* Initial Release
15
16
17
+[0.1.1]: https://github.com/weiznich/wundergraph/compare/v0.1.0...v0.1.1
0 commit comments