An Ecto SQLite3 adapter.
0

Configure Feed

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

Bump to v0.18.0

Matthew Johnston (Dec 21, 2024, 10:00 PM -0600) afe87eb1 90f6b8b2

+3 -2
+2 -1
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 - ## Unreleased 8 + ## v0.18.0 9 9 - changed: Drop Elixir `1.14` support. Elixir `1.18` was released and I am only supporting 3 minor versions back. 10 + - fixed: Pass through unrecognized values for float, bool, and json decodes. 10 11 11 12 ## v0.17.5 12 13 - fixed: Report correct error for value lists in joins.
+1 -1
mix.exs
··· 1 1 defmodule EctoSQLite3.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.18.0-dev" 4 + @version "0.18.0" 5 5 6 6 def project do 7 7 [