Skip to content

Commit 12ea8e1

Browse files
committed
Bump version
1 parent 02221e6 commit 12ea8e1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ as a dependency.
6464
def deps do
6565
[
6666
{:stream_data, "~> 0.4"},
67-
{:norm, "~> 0.9"}
67+
{:norm, "~> 0.10"}
6868
]
6969
end
7070
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Norm.MixProject do
22
use Mix.Project
33

4-
@version "0.9.2"
4+
@version "0.10.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)