From 7bdb77d7eeca047b856a13655b9577dea6ef21e7 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 25 Nov 2024 19:58:02 -0500 Subject: [PATCH] chore: release version v2.4.13 --- CHANGELOG.md | 19 +++++++++++++++++++ mix.exs | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68267468..52d00b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide +## [v2.4.13](https://github.com/ash-project/ash_postgres/compare/v2.4.12...v2.4.13) (2024-11-26) + + + + +### Bug Fixes: + +* honor the `snapshots_only` option + +### Improvements: + +* honor repo configuration in migration generator + +* honor `:priv` in migration generator, and make it explicitly configurable + +* add tests for calculations through from_many? relationships + +* don't generate task aliases that run seeds in test + ## [v2.4.12](https://github.com/ash-project/ash_postgres/compare/v2.4.11...v2.4.12) (2024-10-30) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index 4ed1dc33..2f17c8fb 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.4.12" + @version "2.4.13" def project do [