We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e4ec8 commit 65ac95bCopy full SHA for 65ac95b
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Unlreleased
4
5
+## v0.13.13
6
+- fixed: Check for `null` sqlite db connection.
7
+
8
## v0.13.12
9
- changed: Updated sqlite3 to `3.42.0`.
10
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.13.12"
+ @version "0.13.13"
@sqlite_version "3.42.0"
def project do
0 commit comments