Skip to content

Commit

Permalink
Bump to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Oct 23, 2024
1 parent 69b91f6 commit 5b5358d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.26.0

- changed: Update sqlite to `3.47.0`.
- changed: Pre-define atoms in NIF.
- changed: Adds ability to set individual binds and re-implements `bind/3` using
the new `bind_*` functions. And also deprecates `bind/3` in favor of `bind/2`
since we don't need conn reference anymore.
- fixed: Pre-compilation steps for ARM.

## v0.25.0

- fixed: Handle binding large 64 bit integers better for ARM systems.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5b5358d

Please sign in to comment.