We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790eaeb commit 778fdd4Copy full SHA for 778fdd4
CHANGELOG.md
@@ -7,6 +7,10 @@ project adheres to [Semantic Versioning][semver].
7
8
## Unreleased
9
10
+## v0.10.4
11
+
12
+- fixed: Handle binary uuid casting when `binary_id` is specified.
13
14
## v0.10.3
15
16
- fixed: Handle unique cosntraint error formats.
mix.exs
@@ -1,7 +1,7 @@
1
defmodule EctoSQLite3.MixProject do
2
use Mix.Project
3
4
- @version "0.10.3"
+ @version "0.10.4"
5
6
def project do
[
0 commit comments