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 76f81b7 commit 7e1dfa3Copy full SHA for 7e1dfa3
CHANGELOG.md
@@ -7,6 +7,11 @@ project adheres to [Semantic Versioning][semver].
7
8
## Unreleased
9
10
+## v0.10.3
11
+
12
+- fixed: Handle unique cosntraint error formats.
13
+- changed: Updated depenendencies.
14
15
## v0.10.2
16
17
- added: Missing support for `Date` type.
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.10.2"
+ @version "0.10.3"
5
6
def project do
[
0 commit comments