We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3787e commit 29519bbCopy full SHA for 29519bb
CHANGELOG.md
@@ -5,6 +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
+## v0.18.1
9
+- fixed: Support both `Jason` and `JSON`.
10
+
11
## v0.18.0
12
- changed: Drop Elixir `1.14` support. Elixir `1.18` was released and I am only supporting 3 minor versions back.
13
- fixed: Pass through unrecognized values for float, bool, and json decodes.
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.18.0"
+ @version "0.18.1"
def project do
[
0 commit comments