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 a78c756 commit 4936940Copy full SHA for 4936940
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
## Unlreleased
4
5
-## V0.13.14
+## v0.13.15
6
+- fixed: allow gnu compiled binaries to be included on the checksum update step.
7
+- fixed: do not bind atoms that are prefixed with `nil` as `NULL`. https://github.com/elixir-sqlite/exqlite/pull/258
8
+
9
+## v0.13.14
10
- fixed: OTP26 and Elixir 1.15 compilation issues.
11
12
## v0.13.13
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.13.14"
+ @version "0.13.15"
@sqlite_version "3.42.0"
def project do
0 commit comments