Skip to content

Commit 66a87e7

Browse files
committed
Bump to v0.13.14
1 parent 4c888b4 commit 66a87e7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

33
## Unlreleased
44

5+
## V0.13.14
6+
- fixed: OTP26 and Elixir 1.15 compilation issues.
7+
58
## v0.13.13
69
- fixed: Check for `null` sqlite db connection.
710

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.13"
4+
@version "0.13.14"
55
@sqlite_version "3.42.0"
66

77
def project do

0 commit comments

Comments
 (0)