We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d69b84 commit 19e1e47Copy full SHA for 19e1e47
CHANGELOG.md
@@ -7,6 +7,10 @@ project adheres to [Semantic Versioning][semver].
7
8
## Unreleased
9
10
+## v0.17.3
11
+- fixed: Handle placeholders for `insert_all` calls.
12
+- changed: Added cell-wise placeholders for inserts.
13
+
14
## v0.17.2
15
- fixed: Handle datetime serialization format via `:datetime_type` config.
16
- fixed: Retain microsecond serialization.
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.17.2"
+ @version "0.17.3"
5
6
def project do
[
0 commit comments