We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2e6f0 commit eca01c1Copy full SHA for eca01c1
CHANGELOG.md
@@ -7,6 +7,10 @@ project adheres to [Semantic Versioning][semver].
7
8
## Unreleased
9
10
+## v0.10.2
11
+
12
+- added: Missing support for `Date` type.
13
14
## v0.10.1
15
16
- fixed: Ignore bad `init` file when using `dump_cmd/3`
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.10.1"
+ @version "0.10.2"
5
6
def project do
[
0 commit comments