An Ecto SQLite3 adapter.
0

Configure Feed

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

Bump to v0.18.1

Matthew Johnston (Jan 9, 2025, 8:20 AM -0600) 29519bb3 ed3787ee

+4 -1
+3
CHANGELOG.md
··· 5 5 The format is loosely based on [Keep a Changelog][keepachangelog], and this 6 6 project adheres to [Semantic Versioning][semver]. 7 7 8 + ## v0.18.1 9 + - fixed: Support both `Jason` and `JSON`. 10 + 8 11 ## v0.18.0 9 12 - changed: Drop Elixir `1.14` support. Elixir `1.18` was released and I am only supporting 3 minor versions back. 10 13 - fixed: Pass through unrecognized values for float, bool, and json decodes.
+1 -1
mix.exs
··· 1 1 defmodule EctoSQLite3.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.18.0" 4 + @version "0.18.1" 5 5 6 6 def project do 7 7 [