Skip to content

Commit 68f829c

Browse files
committed
Bump to v0.14.0
1 parent 2e2d160 commit 68f829c

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.14.0
6+
- changed: Updated sqlite3 to `3.43.1`.
7+
58
## v0.13.15
69
- fixed: allow gnu compiled binaries to be included on the checksum update step.
710
- fixed: do not bind atoms that are prefixed with `nil` as `NULL`. https://github.com/elixir-sqlite/exqlite/pull/258

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.15"
4+
@version "0.14.0"
55
@sqlite_version "3.43.1"
66

77
def project do

0 commit comments

Comments
 (0)