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 2e2d160 commit 68f829cCopy full SHA for 68f829c
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Unlreleased
4
5
+## v0.14.0
6
+- changed: Updated sqlite3 to `3.43.1`.
7
+
8
## v0.13.15
9
- fixed: allow gnu compiled binaries to be included on the checksum update step.
10
- fixed: do not bind atoms that are prefixed with `nil` as `NULL`. https://github.com/elixir-sqlite/exqlite/pull/258
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.13.15"
+ @version "0.14.0"
@sqlite_version "3.43.1"
def project do
0 commit comments