Skip to content

Commit

Permalink
Release v3.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Oct 7, 2024
1 parent 52c0aa0 commit 4cc725a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog for v3.x

## v3.12.4 (2024-10-07)

### Enhancements

* [Ecto.Repo] Use `persistent_term` for faster repository lookup
* [Ecto.Repo] Document new `:pool_count` option

### Bug fixes

* [Ecto.Repo] Make `Ecto.Repo.reload` respect `source`

## v3.12.3 (2024-09-06)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Ecto.MixProject do
use Mix.Project

@source_url "https://github.com/elixir-ecto/ecto"
@version "3.12.3"
@version "3.12.4"

def project do
[
Expand Down

0 comments on commit 4cc725a

Please sign in to comment.