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 4c888b4 commit 66a87e7Copy full SHA for 66a87e7
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Unlreleased
4
5
+## V0.13.14
6
+- fixed: OTP26 and Elixir 1.15 compilation issues.
7
+
8
## v0.13.13
9
- fixed: Check for `null` sqlite db connection.
10
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.13.13"
+ @version "0.13.14"
@sqlite_version "3.42.0"
def project do
0 commit comments