Skip to content

Commit

Permalink
Upgrade v0.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed May 17, 2023
1 parent 516de3f commit 9936a14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@

## Unlreleased

## v0.13.12
- changed: Updated sqlite3 to `3.42.0`.

## v0.13.11
- fixed: Wrap include directory with string so it works with the compiler.

## v0.13.10
- added: Ability to specify `:load_extensions` for custom sqlite extensions.
- changed: Updated sqlite3 to `3.41.2`
- changed: Updated sqlite3 to `3.41.2`.

## v0.13.9
- fixed: Do not free mutex if it is not set.
Expand All @@ -17,7 +20,7 @@

## v0.13.7
- added: precompilation support for musl based libc.
- changed: Updated sqlite to `3.41.1`
- changed: Updated sqlite to `3.41.1`.

## v0.13.6
- fixed: Error responses from sqlite NIF come back as an atom, the `message` field in `Exqlite.Error` is expected to be a string.
Expand All @@ -26,7 +29,7 @@
- changed: Allow `:force_build` to be specified in application configration to allow projects to force build the application rather than use precompiled binaries.

## v0.13.4
- changed: Updated sqlite3 to `3.41.0`
- changed: Updated sqlite3 to `3.41.0`.

## v0.13.3
- added: precompilation support.
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.13.11"
@version "0.13.12"
@sqlite_version "3.42.0"

def project do
Expand Down

0 comments on commit 9936a14

Please sign in to comment.