Skip to content

Commit 478cd17

Browse files
committed
Bump to v0.17.2
1 parent 3cbc1cc commit 478cd17

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
@@ -6,7 +6,10 @@ The format is loosely based on [Keep a Changelog][keepachangelog], and this
66
project adheres to [Semantic Versioning][semver].
77

88
## Unreleased
9+
10+
## v0.17.2
911
- fixed: Handle datetime serialization format via `:datetime_type` config.
12+
- fixed: Retain microsecond serialization.
1013

1114
## v0.17.1
1215
- changed: Bump minimum ecto to `3.12`.

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.17.1"
4+
@version "0.17.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)