We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573034a commit 0bc7948Copy full SHA for 0bc7948
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog for v3.x
2
3
+## v3.13.5 (2025-11-09)
4
+
5
+### Enhancements
6
7
+ * [Ecto.Query] Support selecting a subset of a subquery as a struct
8
9
## v3.13.4 (2025-10-24)
10
11
### Bug fixes
mix.exs
@@ -2,7 +2,7 @@ defmodule Ecto.MixProject do
use Mix.Project
@source_url "https://github.com/elixir-ecto/ecto"
- @version "3.13.4"
+ @version "3.13.5"
def project do
[
0 commit comments