Skip to content

Commit

Permalink
Bump to v0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Nov 20, 2024
1 parent b81cd48 commit ebfab79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ project adheres to [Semantic Versioning][semver].

## Unreleased

## v0.17.5
- fixed: Report correct error for value lists in joins.

## v0.17.4
- added: Documentation for `default_transaction_mode`.
- changed: Clarified some documentation.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EctoSQLite3.MixProject do
use Mix.Project

@version "0.17.4"
@version "0.17.5"

def project do
[
Expand Down

0 comments on commit ebfab79

Please sign in to comment.