We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b91f6 commit 5b5358dCopy full SHA for 5b5358d
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v0.26.0
4
+
5
+- changed: Update sqlite to `3.47.0`.
6
+- changed: Pre-define atoms in NIF.
7
+- changed: Adds ability to set individual binds and re-implements `bind/3` using
8
+ the new `bind_*` functions. And also deprecates `bind/3` in favor of `bind/2`
9
+ since we don't need conn reference anymore.
10
+- fixed: Pre-compilation steps for ARM.
11
12
## v0.25.0
13
14
- fixed: Handle binding large 64 bit integers better for ARM systems.
mix.exs
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project
- @version "0.26.0-dev"
+ @version "0.26.0"
@sqlite_version "3.47.0"
def project do
0 commit comments