chore: release version v0.4.0

This commit is contained in:
Zach Daniel 2020-10-06 01:36:43 -04:00
parent 3145c735b5
commit 7d843f5539
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 --> <!-- changelog -->
## [v0.4.0](https://github.com/ash-project/ash_csv/compare/v0.3.0...v0.4.0) (2020-10-06)
### Features:
* tests + fixes
## [v0.3.0](https://github.com/ash-project/ash_csv/compare/v0.2.0...v0.3.0) (2020-08-26) ## [v0.3.0](https://github.com/ash-project/ash_csv/compare/v0.2.0...v0.3.0) (2020-08-26)

View file

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

View file

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