From 92838c9055d5818bf7db0b9fd3e185105e19ffb9 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 8 Jan 2023 23:39:46 -0500 Subject: [PATCH] chore: release version v2.5.0-rc.5 --- CHANGELOG.md | 13 +++++++++++++ mix.exs | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0369de1d..519f98eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.5.0-rc.5](https://github.com/ash-project/ash/compare/v2.5.0-rc.4...v2.5.0-rc.5) (2023-01-09) + + + + +### Bug Fixes: + +* properly zip calculation results with primary keys + +### Improvements: + +* add `Api.calculate/3` and `define_calculation` code interface builder + ## [v2.5.0-rc.4](https://github.com/ash-project/ash/compare/v2.5.0-rc.3...v2.5.0-rc.4) (2023-01-06) diff --git a/mix.exs b/mix.exs index 65ea7b54..9f8ed714 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "2.5.0-rc.4" + @version "2.5.0-rc.5" def project do [