Skip to content

Commit 3a17453

Browse files
committed
Add a Changelog and release 0.1.1
1 parent 1879b1d commit 3a17453

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)