Skip to content

Commit a9ab2d3

Browse files
committed
Release 0.1.2
1 parent 962b23e commit a9ab2d3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All user visible changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/), as described
55
for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md)
66

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+
714
## [0.1.1] - 2019-11-17
815

916
* Small documentation fixes
@@ -15,3 +22,4 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
1522

1623

1724
[0.1.1]: https://github.com/weiznich/wundergraph/compare/v0.1.0...v0.1.1
25+
[0.1.2]: https://github.com/weiznich/wundergraph/compare/v0.1.1...v0.1.2

wundergraph/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wundergraph"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Georg Semmler <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
autotests = false

0 commit comments

Comments
 (0)