Skip to content

Commit cf5080c

Browse files
committed
Release v3.13.2
1 parent b876381 commit cf5080c

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.13.2 (2025-06-24)
4+
5+
### Enhancements
6+
7+
* [sandbox] Allow passing through opts in `Ecto.Adapters.SQL.Sandbox.allow/4` calls
8+
* [sql] Add support for `ON DELETE SET DEFAULT`
9+
10+
### Bug fixes
11+
12+
* [postgres] Fix nested array generated time columns
13+
314
## v3.13.1 (2025-06-20)
415

516
### Bug fixes

mix.exs

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

44
@source_url "https://github.com/elixir-ecto/ecto_sql"
5-
@version "3.13.1"
5+
@version "3.13.2"
66
@adapters ~w(pg myxql tds)
77

88
def project do

0 commit comments

Comments
 (0)