File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wundergraph"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
authors = [
" Georg Semmler <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
autotests = false
@@ -24,8 +24,8 @@ paste = "0.1"
24
24
thiserror = " 1"
25
25
26
26
[dev-dependencies ]
27
- # wundergraph_example = { path = "../wundergraph_example", default-features = false }
28
- # wundergraph_bench = { path = "../wundergraph_bench", default-features = false }
27
+ wundergraph_example = { path = " ../wundergraph_example" , default-features = false }
28
+ wundergraph_bench = { path = " ../wundergraph_bench" , default-features = false }
29
29
diesel_migrations = " 1.4.0"
30
30
serde_json = " 1"
31
31
criterion = " 0.3"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
authors = [
" Georg Semmler <[email protected] >" ]
3
3
name = " wundergraph_cli"
4
- version = " 0.1.0 "
4
+ version = " 0.1.1 "
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/weiznich/wundergraph"
7
7
readme = " ../README.md"
You can’t perform that action at this time.
0 commit comments