Skip to content

Commit a28c297

Browse files
committed
Bump to v0.17.4
1 parent d8710c8 commit a28c297

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ project adheres to [Semantic Versioning][semver].
77

88
## Unreleased
99

10+
## v0.17.4
11+
- added: Documentation for `default_transaction_mode`.
12+
- changed: Clarified some documentation.
13+
1014
## v0.17.3
1115
- fixed: Handle placeholders for `insert_all` calls.
1216
- changed: Added cell-wise placeholders for inserts.

README.md

+1-1
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.16"}
20+
{:ecto_sqlite3, "~> 0.17"}
2121
]
2222
end
2323
```

mix.exs

+1-1
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.17.3"
4+
@version "0.17.4"
55

66
def project do
77
[

0 commit comments

Comments
 (0)