Skip to content

Commit 7117ae7

Browse files
committed
Release v3.5.1
1 parent 786fea4 commit 7117ae7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog for v3.x
22

3+
## v3.5.1 (2020-10-12)
4+
5+
### Enhancements
6+
7+
* [tds] Support explain plan for the TDS adapter
8+
9+
### Bug fix
10+
11+
* [migrations] Reload all migrations once the lock is free to avoid running the same migration more than once
12+
* [query] Support nested subqueries
13+
314
## v3.5.0 (2020-10-03)
415

516
### Enhancements

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule EctoSQL.MixProject do
22
use Mix.Project
33

4-
@version "3.5.0"
4+
@version "3.5.1"
55
@adapters ~w(pg myxql tds)
66

77
def project do

0 commit comments

Comments
 (0)