Skip to content

Commit 739bde1

Browse files
committed
Bump to v0.14.0
1 parent fdb5f41 commit 739bde1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ project adheres to [Semantic Versioning][semver].
77

88
## Unreleased
99

10+
## v0.14.0
11+
1012
- added: Support for encoding nil values in `:utc_datetime`, `:utc_datetime_usec`, `:naive_datetime`, and `:naive_datetime_usec` column dates.
13+
- added: Allow subquery values in `insert_all`.
1114

1215
## v0.13.0
1316

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule EctoSQLite3.MixProject do
22
use Mix.Project
33

4-
@version "0.13.0"
4+
@version "0.14.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)