Commit 12ea8e1 1 parent 02221e6 commit 12ea8e1 Copy full SHA for 12ea8e1
File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.10.0 (December 30, 2019)
4
+
5
+ * [ 28105e6] ( https://github.com/keathley/norm/commit/28105e6d77245e9d21221028f25f860ab413e597 ) Contracts - Wojtek Mach
6
+ * [ 02221e6] ( https://github.com/keathley/norm/commit/02221e6a1f02cc15177df651591fff8e96089fc4 ) Add docs about contracts to README - Chris Keathley
7
+
3
8
## 0.9.2 (December 09, 2019)
4
9
5
10
* [ cc9ea68] ( https://github.com/keathley/norm/commit/cc9ea6856ba9a08402d6077f749348d61c247565 ) Don't flatten good results - Chris Keathley
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ as a dependency.
64
64
def deps do
65
65
[
66
66
{:stream_data , " ~> 0.4" },
67
- {:norm , " ~> 0.9 " }
67
+ {:norm , " ~> 0.10 " }
68
68
]
69
69
end
70
70
```
Original file line number Diff line number Diff line change 1
1
defmodule Norm.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.9.2 "
4
+ @ version "0.10.0 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments