File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ project adheres to [Semantic Versioning][semver].
77
88## Unreleased
99
10+ ## v0.13.0
11+
12+ - added: Support fragment splicing.
13+ - added: Support parent_as with combination queries.
14+ - changed: Don't need to consider `{: maybe , type}`` when loading or dumping.
15+ - changed: Handle nil values in dumpers and loaders.
16+
1017## v0.12.0
1118
1219- changed: raise if an in memory database is opened with a pool_size != 1
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ in Hexdocs.
1717``` elixir
1818defp deps do
1919 [
20- {:ecto_sqlite3 , " ~> 0.12 " }
20+ {:ecto_sqlite3 , " ~> 0.13 " }
2121 ]
2222end
2323```
Original file line number Diff line number Diff line change 11defmodule EctoSQLite3.MixProject do
22 use Mix.Project
33
4- @ version "0.12 .0"
4+ @ version "0.13 .0"
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments