You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All user visible changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](http://semver.org/), as described
5
5
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)
6
6
7
+
## [0.1.2] - 2020-03-05
8
+
9
+
* Add proper CI
10
+
* Fix an issue with a missmatch between documentation and implemented featurs for the `wundergraph::mutation_object!` macro. It accepts now all documented options
11
+
* Fix an issue with with missing filter options on nullable relations
12
+
* Disable default features for diesel
13
+
7
14
## [0.1.1] - 2019-11-17
8
15
9
16
* Small documentation fixes
@@ -15,3 +22,4 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
0 commit comments