An Ecto SQLite3 adapter.
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump to v0.17.5

Matthew Johnston (Nov 20, 2024, 3:13 PM -0600) ebfab792 b81cd484

+4 -1
+3
CHANGELOG.md
··· 7 7 8 8 ## Unreleased 9 9 10 + ## v0.17.5 11 + - fixed: Report correct error for value lists in joins. 12 + 10 13 ## v0.17.4 11 14 - added: Documentation for `default_transaction_mode`. 12 15 - changed: Clarified some documentation.
+1 -1
mix.exs
··· 1 1 defmodule EctoSQLite3.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.17.4" 4 + @version "0.17.5" 5 5 6 6 def project do 7 7 [