We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f6b8b commit afe87ebCopy full SHA for afe87eb
CHANGELOG.md
@@ -5,8 +5,9 @@ All notable changes will be documented in this file.
5
The format is loosely based on [Keep a Changelog][keepachangelog], and this
6
project adheres to [Semantic Versioning][semver].
7
8
-## Unreleased
+## v0.18.0
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.
11
12
## v0.17.5
13
- fixed: Report correct error for value lists in joins.
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.18.0-dev"
+ @version "0.18.0"
def project do
[
0 commit comments