Skip to content

Commit afe87eb

Browse files
committed
Bump to v0.18.0
1 parent 90f6b8b commit afe87eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ All notable changes will be documented in this file.
55
The format is loosely based on [Keep a Changelog][keepachangelog], and this
66
project adheres to [Semantic Versioning][semver].
77

8-
## Unreleased
8+
## v0.18.0
99
- 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.
1011

1112
## v0.17.5
1213
- fixed: Report correct error for value lists in joins.

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule EctoSQLite3.MixProject do
22
use Mix.Project
33

4-
@version "0.18.0-dev"
4+
@version "0.18.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)