Skip to content

Commit 7e1dfa3

Browse files
committed
Bump to v0.10.3
1 parent 76f81b7 commit 7e1dfa3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ project adheres to [Semantic Versioning][semver].
77

88
## Unreleased
99

10+
## v0.10.3
11+
12+
- fixed: Handle unique cosntraint error formats.
13+
- changed: Updated depenendencies.
14+
1015
## v0.10.2
1116

1217
- added: Missing support for `Date` type.

mix.exs

Lines changed: 1 addition & 1 deletion
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.10.2"
4+
@version "0.10.3"
55

66
def project do
77
[

0 commit comments

Comments
 (0)