chore: release version v1.52.0-rc.19

This commit is contained in:
Zach Daniel 2022-07-13 15:06:35 -04:00
parent a023aaff95
commit d848350f12
3 changed files with 21 additions and 2 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.52.0-rc.19](https://github.com/ash-project/ash/compare/v1.52.0-rc.18...v1.52.0-rc.19) (2022-07-13)
### Bug Fixes:
* make mnesia and ets work properly when sharing tables
* make updates properly merge with mnesia and ets
* `attribute_writable?` also makes it public
### Improvements:
* code_interface optional arguments
* improve behavior of `lazy?: true` option
## [v1.52.0-rc.18](https://github.com/ash-project/ash/compare/v1.52.0-rc.17...v1.52.0-rc.18) (2022-07-10)

View file

@ -18,7 +18,7 @@ With that said, we are getting closer and closer to a non-beta release. The prim
```elixir
def deps do
[
{:ash, "~> 1.52.0-rc.18"}
{:ash, "~> 1.52.0-rc.19"}
]
end
```

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends.
"""
@version "1.52.0-rc.18"
@version "1.52.0-rc.19"
def project do
[