File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.2.0 (2019-01-17)
4+ ### Breaking Changes
5+ * Minimum supported Elixir is now 1.4.
6+
7+ ### Changed
8+ * ([ #3 ] ( https://github.com/TheRealReal/ecto-ulid/pull/3 ) )
9+ Fix deprecation warnings regarding time units.
10+
311## 0.1.1 (2018-12-03)
412### Added
513* ([ #2 ] ( https://github.com/TheRealReal/ecto-ulid/pull/2 ) )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Install `ecto_ulid` from Hex by adding it to the dependencies in `mix.exs`:
5555``` elixir
5656defp deps do
5757 [
58- {:ecto_ulid , " ~> 0.1.1 " }
58+ {:ecto_ulid , " ~> 0.2.0 " }
5959 ]
6060end
6161```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Ecto.ULID.Mixfile do
44 def project do
55 [
66 app: :ecto_ulid ,
7- version: "0.1.1 " ,
7+ version: "0.2.0 " ,
88 elixir: "~> 1.4" ,
99 start_permanent: Mix . env == :prod ,
1010 deps: deps ( ) ,
You can’t perform that action at this time.
0 commit comments