···7788## Unreleased
991010+## v0.17.1
1111+- changed: Bump minimum ecto to `3.12`.
1212+1013## v0.17.0
11141215- added: Added an explicit `:integer` column type support. Under the hood it is stored the same regardless.
1313-- fixed: Handle new style of distinct expressions introduce upstream in Ecto 3.12
1616+- 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.
+1-1
mix.exs
···11defmodule EctoSQLite3.MixProject do
22 use Mix.Project
3344- @version "0.17.0"
44+ @version "0.17.1"
5566 def project do
77 [