We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c8c36 commit 4e41f56Copy full SHA for 4e41f56
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Unlreleased
4
5
## v0.13.7 - 2023-03-13
6
+- added: precompilation support for musl based libc. [#244](https://github.com/elixir-sqlite/exqlite/pull/244)
7
- changed: Updated sqlite to 3.41.1
8
9
## v0.13.6 - 2023-03-09
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Exqlite.MixProject do
2
use Mix.Project
- @version "0.13.6"
+ @version "0.13.7"
@sqlite_version "3.41.1"
def project do
0 commit comments