Skip to content

Commit 78fb45f

Browse files
committed
Bump to v0.17.1
1 parent 7c8e990 commit 78fb45f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ project adheres to [Semantic Versioning][semver].
77

88
## Unreleased
99

10+
## v0.17.1
11+
- changed: Bump minimum ecto to `3.12`.
12+
1013
## v0.17.0
1114

1215
- 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`.
1417
- changed: Allow `insert_all` to no longer require a where clause.
1518
- changed: Made some public functions now private.
1619
- changed: Test against elixir 1.17 and OTP 27, 26, and 25.

mix.exs

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

4-
@version "0.17.0"
4+
@version "0.17.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)