Skip to content

Commit ebfab79

Browse files
committed
Bump to v0.17.5
1 parent b81cd48 commit ebfab79

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

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

88
## Unreleased
99

10+
## v0.17.5
11+
- fixed: Report correct error for value lists in joins.
12+
1013
## v0.17.4
1114
- added: Documentation for `default_transaction_mode`.
1215
- changed: Clarified some documentation.

Diff for: 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.4"
4+
@version "0.17.5"
55

66
def project do
77
[

0 commit comments

Comments
 (0)