Skip to content

Commit 4936940

Browse files
committed
Bump to v0.13.15
1 parent a78c756 commit 4936940

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Unlreleased
44

5-
## V0.13.14
5+
## v0.13.15
6+
- fixed: allow gnu compiled binaries to be included on the checksum update step.
7+
- fixed: do not bind atoms that are prefixed with `nil` as `NULL`. https://github.com/elixir-sqlite/exqlite/pull/258
8+
9+
## v0.13.14
610
- fixed: OTP26 and Elixir 1.15 compilation issues.
711

812
## v0.13.13

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

77
def project do

0 commit comments

Comments
 (0)