Skip to content

Commit a54bdcb

Browse files
committedFeb 4, 2024
Bump to v0.15.1
1 parent 14f1f76 commit a54bdcb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ project adheres to [Semantic Versioning][semver].
77

88
## Unreleased
99

10+
## v0.15.1
11+
12+
- fixed: Encode nil blobs. This was previously unhandled.
13+
1014
## v0.15.0
1115

1216
- fixed: Support `nil` decoding for `:decimal`.

‎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.15.0"
4+
@version "0.15.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)