chore: release version v0.9.7-rc.0

This commit is contained in:
Zach Daniel 2024-03-30 10:57:23 -04:00
parent 563d01679c
commit 90efcb5bd1
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.9.7-rc.0](https://github.com/ash-project/ash_csv/compare/v0.9.6...v0.9.7-rc.0) (2024-03-30)
### Improvements:
* support Ash 3.0
## [v0.9.6](https://github.com/ash-project/ash_csv/compare/v0.9.5...v0.9.6) (2023-10-08)

View file

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

View file

@ -1,7 +1,7 @@
defmodule AshCsv.MixProject do
use Mix.Project
@version "0.9.6"
@version "0.9.7-rc.0"
@description "A CSV data layer for Ash"