chore: release version v0.9.3

This commit is contained in:
Zach Daniel 2023-08-02 12:30:00 -04:00
parent 8c4338624c
commit f17f9320a7
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 -->
## [v0.9.3](https://github.com/ash-project/ash_csv/compare/v0.9.2...v0.9.3) (2023-08-02)
### Bug Fixes:
* fix upsert behavior
* support latest ash
## [v0.9.2](https://github.com/ash-project/ash_csv/compare/v0.9.1...v0.9.2) (2023-01-18)

View file

@ -10,7 +10,7 @@ A CSV data layer for Ash.
```elixir
def deps do
[
{:ash_csv, "~> 0.9.2"}
{:ash_csv, "~> 0.9.3"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule AshCsv.MixProject do
use Mix.Project
@version "0.9.2"
@version "0.9.3"
@description "A CSV data layer for Ash"