From 2e4de0d45bddaa7b30488969a4c2ef000b21b2b8 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sun, 8 Oct 2023 09:48:41 -0400 Subject: [PATCH] chore: release version v0.9.6 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c703f1f..272a7de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.9.6](https://github.com/ash-project/ash_csv/compare/v0.9.5...v0.9.6) (2023-10-08) + + + + +### Bug Fixes: + +* `ash_csv` doesn't support don't do expression calculations + ## [v0.9.5](https://github.com/ash-project/ash_csv/compare/v0.9.4...v0.9.5) (2023-10-05) diff --git a/README.md b/README.md index 0cddf3b..b753445 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A CSV data layer for Ash. ```elixir def deps do [ - {:ash_csv, "~> 0.9.5"} + {:ash_csv, "~> 0.9.6"} ] end ``` diff --git a/mix.exs b/mix.exs index aa0bc81..c9c17ac 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule AshCsv.MixProject do use Mix.Project - @version "0.9.5" + @version "0.9.6" @description "A CSV data layer for Ash"