File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ project adheres to [Semantic Versioning][semver].
7
7
8
8
## Unreleased
9
9
10
+ ## v0.12.0
11
+
10
12
- changed: raise if an in memory database is opened with a pool_size != 1
13
+ - added: support ` {:unsafe_fragment, ".."} ` as a conflict target.
14
+ - changed: Dropped support for Elixir ` 1.12 ` .
15
+ - changed: Dropped support for OTP 23.
11
16
12
17
## v0.11.0
13
18
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ in Hexdocs.
17
17
``` elixir
18
18
defp deps do
19
19
[
20
- {:ecto_sqlite3 , " ~> 0.11 " }
20
+ {:ecto_sqlite3 , " ~> 0.12 " }
21
21
]
22
22
end
23
23
```
Original file line number Diff line number Diff line change 1
1
defmodule EctoSQLite3.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.11 .0"
4
+ @ version "0.12 .0"
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments