An Ecto SQLite3 adapter.
0

Configure Feed

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

Bump to v0.15.1

Matthew Johnston (Feb 3, 2024, 9:29 PM -0600) a54bdcb6 14f1f76d

+5 -1
+4
CHANGELOG.md
··· 7 7 8 8 ## Unreleased 9 9 10 + ## v0.15.1 11 + 12 + - fixed: Encode nil blobs. This was previously unhandled. 13 + 10 14 ## v0.15.0 11 15 12 16 - fixed: Support `nil` decoding for `:decimal`.
+1 -1
mix.exs
··· 1 1 defmodule EctoSQLite3.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.15.0" 4 + @version "0.15.1" 5 5 6 6 def project do 7 7 [