Skip to content

Commit 29519bb

Browse files
committed
Bump to v0.18.1
1 parent ed3787e commit 29519bb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +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+
## v0.18.1
9+
- fixed: Support both `Jason` and `JSON`.
10+
811
## v0.18.0
912
- changed: Drop Elixir `1.14` support. Elixir `1.18` was released and I am only supporting 3 minor versions back.
1013
- fixed: Pass through unrecognized values for float, bool, and json decodes.

Diff for: 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"
4+
@version "0.18.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)