Current section

20 Versions

Jump to

Compare versions

3 files changed
+8 additions
-2 deletions
  @@ -1,5 +1,11 @@
1 1 # Changelog
2 2
3 + ## v0.7.6 (2026-06-15)
4 +
5 + ### Bug fixes
6 +
7 + * Upgrade erlfdb to 1.2.1 to fix issue with directory cache collisions.
8 +
3 9 ## v0.7.5 (2026-05-10)
4 10
5 11 ### Enhancements
  @@ -2,7 +2,7 @@
2 2 [{<<"GitHub">>,
3 3 <<"https://github.com/foundationdb-beam/ecto_foundationdb">>}]}.
4 4 {<<"name">>,<<"ecto_foundationdb">>}.
5 - {<<"version">>,<<"0.7.5">>}.
5 + {<<"version">>,<<"0.7.6">>}.
6 6 {<<"description">>,<<"FoundationDB adapter for Ecto">>}.
7 7 {<<"elixir">>,<<"~> 1.15">>}.
8 8 {<<"files">>,
  @@ -4,7 +4,7 @@ defmodule EctoFoundationdb.MixProject do
4 4 def project do
5 5 [
6 6 app: :ecto_foundationdb,
7 - version: "0.7.5",
7 + version: "0.7.6",
8 8 description: "FoundationDB adapter for Ecto",
9 9 elixir: "~> 1.15",
10 10 start_permanent: Mix.env() == :prod,