From afe87eb1329f06c963b942e6b3f28aa5b0f0eea0 Mon Sep 17 00:00:00 2001 From: Matthew Johnston Date: Sat, 21 Dec 2024 22:00:00 -0600 Subject: [PATCH] Bump to v0.18.0 --- CHANGELOG.md | 3 ++- mix.exs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7188ebc..d5c0e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ All notable changes will be documented in this file. The format is loosely based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver]. -## Unreleased +## v0.18.0 - changed: Drop Elixir `1.14` support. Elixir `1.18` was released and I am only supporting 3 minor versions back. +- fixed: Pass through unrecognized values for float, bool, and json decodes. ## v0.17.5 - fixed: Report correct error for value lists in joins. diff --git a/mix.exs b/mix.exs index f63bc2c..7705f21 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule EctoSQLite3.MixProject do use Mix.Project - @version "0.18.0-dev" + @version "0.18.0" def project do [