Skip to content

Commit

Permalink
Bump to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Dec 14, 2023
1 parent fdb5f41 commit 739bde1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ project adheres to [Semantic Versioning][semver].

## Unreleased

## v0.14.0

- added: Support for encoding nil values in `:utc_datetime`, `:utc_datetime_usec`, `:naive_datetime`, and `:naive_datetime_usec` column dates.
- added: Allow subquery values in `insert_all`.

## v0.13.0

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EctoSQLite3.MixProject do
use Mix.Project

@version "0.13.0"
@version "0.14.0"

def project do
[
Expand Down

0 comments on commit 739bde1

Please sign in to comment.