You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,15 @@
2
2
3
3
## Unlreleased
4
4
5
+
## v0.13.12
6
+
- changed: Updated sqlite3 to `3.42.0`.
7
+
5
8
## v0.13.11
6
9
- fixed: Wrap include directory with string so it works with the compiler.
7
10
8
11
## v0.13.10
9
12
- 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`.
11
14
12
15
## v0.13.9
13
16
- fixed: Do not free mutex if it is not set.
@@ -17,7 +20,7 @@
17
20
18
21
## v0.13.7
19
22
- added: precompilation support for musl based libc.
20
-
- changed: Updated sqlite to `3.41.1`
23
+
- changed: Updated sqlite to `3.41.1`.
21
24
22
25
## v0.13.6
23
26
- 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 @@
26
29
- changed: Allow `:force_build` to be specified in application configration to allow projects to force build the application rather than use precompiled binaries.
0 commit comments