Skip to content

Commit 5b5358d

Browse files
committed
Bump to v0.26.0
1 parent 69b91f6 commit 5b5358d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## v0.25.0
413

514
- fixed: Handle binding large 64 bit integers better for ARM systems.

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Exqlite.MixProject do
22
use Mix.Project
33

4-
@version "0.26.0-dev"
4+
@version "0.26.0"
55
@sqlite_version "3.47.0"
66

77
def project do

0 commit comments

Comments
 (0)