Skip to content

Commit 09889dd

Browse files
committed
Bump to v0.7.5
1 parent 4498e07 commit 09889dd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1015
## [0.7.4] - 2022-03-16
1116
### Fixed
1217
- Fixed double encoding of a string when converting to json. [#65](https://github.com/elixir-sqlite/ecto_sqlite3/pull/65)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ in Hexdocs.
1717
```elixir
1818
defp deps do
1919
[
20-
{:ecto_sqlite3, "~> 0.7.4"}
20+
{:ecto_sqlite3, "~> 0.7.5"}
2121
]
2222
end
2323
```

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.7.4"
4+
@version "0.7.5"
55

66
def project do
77
[

0 commit comments

Comments
 (0)