chore: release version v0.6.0

This commit is contained in:
Zach Daniel 2020-10-09 21:27:25 -04:00
parent d846cafe57
commit 701c6d3605
No known key found for this signature in database
GPG key ID: C377365383138D4B
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.6.0](https://github.com/ash-project/ash_csv/compare/v0.5.0...v0.6.0) (2020-10-10)
### Features:
* update to latest ash
## [v0.5.0](https://github.com/ash-project/ash_csv/compare/v0.4.0...v0.5.0) (2020-10-06)

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.5.0"}
{:ash_csv, "~> 0.6.0"}
]
end
```

View file

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