We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f1f76 commit a54bdcbCopy full SHA for a54bdcb
CHANGELOG.md
@@ -7,6 +7,10 @@ project adheres to [Semantic Versioning][semver].
7
8
## Unreleased
9
10
+## v0.15.1
11
+
12
+- fixed: Encode nil blobs. This was previously unhandled.
13
14
## v0.15.0
15
16
- fixed: Support `nil` decoding for `:decimal`.
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.15.0"
+ @version "0.15.1"
5
6
def project do
[
0 commit comments