Skip to content

Commit 566663c

Browse files
committed
Bump to v0.13.9
1 parent 7f8b1cc commit 566663c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unlreleased
44

5+
## v0.13.9
6+
- fixed: Do not free mutex if it is not set.
7+
58
## v0.13.8 - 2023-03-14
69
- fixed: Handle SEGFAULT when trying to open a database that the application does not have permissions to open. [#246](https://github.com/elixir-sqlite/exqlite/pull/246)
710

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.8"
4+
@version "0.13.9"
55
@sqlite_version "3.41.1"
66

77
def project do

0 commit comments

Comments
 (0)