chore: release version v0.8.3

This commit is contained in:
Zach Daniel 2021-03-29 10:33:05 -04:00
parent 30f43b99b6
commit 5cfe071e4a
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.8.3](https://github.com/ash-project/ash_csv/compare/v0.8.2...v0.8.3) (2021-03-29)
### Bug Fixes:
* don't use dump_to_native on updates either
## [v0.8.2](https://github.com/ash-project/ash_csv/compare/v0.8.1...v0.8.2) (2021-03-29)

View file

@ -11,7 +11,7 @@ A CSV data layer for Ash. Currently only meant for demos. The code is messy, its
```elixir
def deps do
[
{:ash_csv, "~> 0.8.2"}
{:ash_csv, "~> 0.8.3"}
]
end
```

View file

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