File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # CHANGELOG
2+
3+ ## 0.8.1 (November 24, 2019)
4+
5+ * [ 41bff7a] ( https://github.com/keathley/norm/commit/41bff7a4af1296bc16eff298249f01546fcf245d ) Add Credo Support - Joey Rosztoczy
6+ * [ 7f2773f] ( https://github.com/keathley/norm/commit/7f2773fd4fb488a9a4c0a42c9bf3a7bf689eda55 ) Doc fixes - Brett Wise
7+ * [ 8880dd5] ( https://github.com/keathley/norm/commit/8880dd590dc798aa306c19b8bcef4a0514bad498 ) Doc fixes - Kevin Baird
8+ * [ 172edad] ( https://github.com/keathley/norm/commit/172edad05070f7d997fdb3dcfb43f1978188039c ) ` coll_of ` and ` map_of ` fixes - Stefan Fochler
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ as a dependency.
4747def deps do
4848 [
4949 {:stream_data , " ~> 0.4" },
50- {:norm , " ~> 0.6 " }
50+ {:norm , " ~> 0.8 " }
5151 ]
5252end
5353```
Original file line number Diff line number Diff line change 11defmodule Norm.MixProject do
22 use Mix.Project
33
4- @ version "0.8.0 "
4+ @ version "0.8.1 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments