File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
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+
38## 0.9.2 (December 09, 2019)
49
510* [ 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.
6464def deps do
6565 [
6666 {:stream_data , " ~> 0.4" },
67- {:norm , " ~> 0.9 " }
67+ {:norm , " ~> 0.10 " }
6868 ]
6969end
7070```
Original file line number Diff line number Diff line change 11defmodule Norm.MixProject do
22 use Mix.Project
33
4- @ version "0.9.2 "
4+ @ version "0.10.0 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments