An Ecto SQLite3 adapter.
0

Configure Feed

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

Bump to v0.22.0

Matthew Johnston (Sep 24, 2025, 9:31 PM -0500) 2f9a6ffe 2fb2acec

+2 -1
+1
CHANGELOG.md
··· 7 7 8 8 ## Unreleased 9 9 10 + ## v0.22.0 10 11 - added: Ability to use `values/1` in ecto queries. 11 12 - changed: Updated locked dependencies. 12 13
+1 -1
mix.exs
··· 1 1 defmodule EctoSQLite3.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.21.0" 4 + @version "0.22.0" 5 5 6 6 def project do 7 7 [