File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,13 @@ project adheres to [Semantic Versioning][semver].
7
7
8
8
## Unreleased
9
9
10
+ ## v0.17.1
11
+ - changed: Bump minimum ecto to ` 3.12 ` .
12
+
10
13
## v0.17.0
11
14
12
15
- added: Added an explicit ` :integer ` column type support. Under the hood it is stored the same regardless.
13
- - fixed: Handle new style of distinct expressions introduce upstream in Ecto 3.12
16
+ - fixed: Handle new style of distinct expressions introduce upstream in Ecto ` 3.12 ` .
14
17
- changed: Allow ` insert_all ` to no longer require a where clause.
15
18
- changed: Made some public functions now private.
16
19
- changed: Test against elixir 1.17 and OTP 27, 26, and 25.
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.17.0 "
4
+ @ version "0.17.1 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments