Skip to content

Commit 266b34e

Browse files
committed
Bump to v0.39.0
1 parent 647715c commit 266b34e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
## v0.39.0
6+
57
- fixed: Raise exception with statement is prepared for a different conneciton.
68
- fixed: Always close a connection if it fails to open, regardless of success.
79
- changed: Remove duplicate prepare function.

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.38.0"
4+
@version "0.39.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)