chore: release version v1.0.3

This commit is contained in:
Zach Daniel 2024-08-16 11:31:07 -04:00
parent f8e405c34f
commit a354c910c7
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.0.3](https://github.com/ash-project/ash_archival/compare/v1.0.2...v1.0.3) (2024-08-16)
### Improvements:
* deprecate exclude_upsert_actions, as it had unintended side effects
* add `exclude_upsert_actions` configuration
## [v1.0.2](https://github.com/ash-project/ash_archival/compare/v1.0.1...v1.0.2) (2024-07-11)

View file

@ -5,7 +5,7 @@
First, add the dependency to your `mix.exs` file
```elixir
{:ash_archival, "~> 1.0.2"}
{:ash_archival, "~> 1.0.3"}
```
and add `:ash_archival` to your `.formatter.exs`

View file

@ -1,7 +1,7 @@
defmodule AshArchival.MixProject do
use Mix.Project
@version "1.0.2"
@version "1.0.3"
@description """
An Ash extension to implement archival (soft deletion) for resources.
"""