Skip to content

Commit 9936a14

Browse files
committed
Upgrade v0.13.12
1 parent 516de3f commit 9936a14

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
## Unlreleased
44

5+
## v0.13.12
6+
- changed: Updated sqlite3 to `3.42.0`.
7+
58
## v0.13.11
69
- fixed: Wrap include directory with string so it works with the compiler.
710

811
## v0.13.10
912
- added: Ability to specify `:load_extensions` for custom sqlite extensions.
10-
- changed: Updated sqlite3 to `3.41.2`
13+
- changed: Updated sqlite3 to `3.41.2`.
1114

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

1821
## v0.13.7
1922
- added: precompilation support for musl based libc.
20-
- changed: Updated sqlite to `3.41.1`
23+
- changed: Updated sqlite to `3.41.1`.
2124

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

2831
## v0.13.4
29-
- changed: Updated sqlite3 to `3.41.0`
32+
- changed: Updated sqlite3 to `3.41.0`.
3033

3134
## v0.13.3
3235
- added: precompilation support.

mix.exs

Lines changed: 1 addition & 1 deletion
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.13.11"
4+
@version "0.13.12"
55
@sqlite_version "3.42.0"
66

77
def project do

0 commit comments

Comments
 (0)