···7788## Unreleased
991010+## v0.17.0
1111+1212+- 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
1414+- changed: Allow `insert_all` to no longer require a where clause.
1515+- changed: Made some public functions now private.
1616+- changed: Test against elixir 1.17 and OTP 27, 26, and 25.
1717+1018## v0.16.0
11191220- changed: Set minimum `exqlite` dependency to `0.22`.
+1-1
mix.exs
···11defmodule EctoSQLite3.MixProject do
22 use Mix.Project
3344- @version "0.16.0"
44+ @version "0.17.0"
5566 def project do
77 [