File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ adheres to [Semantic Versioning][semver].
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.7.5] - 2022-05-21
11
+ ### Fixed
12
+ - Generate binary_id values according to the binary_id_type config. [ #72 ] ( https://github.com/elixir-sqlite/ecto_sqlite3/pull/72 )
13
+
14
+
10
15
## [ 0.7.4] - 2022-03-16
11
16
### Fixed
12
17
- Fixed double encoding of a string when converting to json. [ #65 ] ( https://github.com/elixir-sqlite/ecto_sqlite3/pull/65 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ in Hexdocs.
17
17
``` elixir
18
18
defp deps do
19
19
[
20
- {:ecto_sqlite3 , " ~> 0.7.4 " }
20
+ {:ecto_sqlite3 , " ~> 0.7.5 " }
21
21
]
22
22
end
23
23
```
Original file line number Diff line number Diff line change 1
1
defmodule EctoSQLite3.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.7.4 "
4
+ @ version "0.7.5 "
5
5
6
6
def project do
7
7
[
You can’t perform that action at this time.
0 commit comments