Skip to content

Commit 4e41f56

Browse files
committed
Bump to v0.13.7
1 parent 26c8c36 commit 4e41f56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unlreleased
44

55
## v0.13.7 - 2023-03-13
6+
- added: precompilation support for musl based libc. [#244](https://github.com/elixir-sqlite/exqlite/pull/244)
67
- changed: Updated sqlite to 3.41.1
78

89
## v0.13.6 - 2023-03-09

mix.exs

+1-1
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.6"
4+
@version "0.13.7"
55
@sqlite_version "3.41.1"
66

77
def project do

0 commit comments

Comments
 (0)