chore: release version v2.5.0-rc.5

This commit is contained in:
Zach Daniel 2023-01-08 23:39:46 -05:00
parent 70bc983b17
commit 92838c9055
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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
[