An Ecto SQLite3 adapter.
0

Configure Feed

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

Bump to v0.17.2

Matthew Johnston (Sep 4, 2024, 9:53 PM -0500) 478cd176 3cbc1cc8

+4 -1
+3
CHANGELOG.md
··· 6 6 project adheres to [Semantic Versioning][semver]. 7 7 8 8 ## Unreleased 9 + 10 + ## v0.17.2 9 11 - fixed: Handle datetime serialization format via `:datetime_type` config. 12 + - fixed: Retain microsecond serialization. 10 13 11 14 ## v0.17.1 12 15 - changed: Bump minimum ecto to `3.12`.
+1 -1
mix.exs
··· 1 1 defmodule EctoSQLite3.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.17.1" 4 + @version "0.17.2" 5 5 6 6 def project do 7 7 [