chore: release version v1.52.0-rc.17

This commit is contained in:
Zach Daniel 2022-07-06 14:33:50 -04:00
parent f2bf8bccac
commit d2a0e1f464
3 changed files with 19 additions and 2 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.52.0-rc.17](https://github.com/ash-project/ash/compare/v1.52.0-rc.16...v1.52.0-rc.17) (2022-07-06)
### Bug Fixes:
* add back in `writable?` option to relationships, and add `attribute_writable?` to `belongs_to`
* don't rescue arbitrary exception/exits
### Improvements:
* add back in DSL docs
* add `match_other_defaults?` to attribute
## [v1.52.0-rc.16](https://github.com/ash-project/ash/compare/v1.52.0-rc.15...v1.52.0-rc.16) (2022-07-05)

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.16"}
{:ash, "~> 1.52.0-rc.17"}
]
end
```

View file

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