chore: release version v0.1.3

This commit is contained in:
Zach Daniel 2024-05-31 09:27:16 -05:00
parent 945019a467
commit a27f5efa76
3 changed files with 13 additions and 2 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.1.3](https://github.com/ash-project/ash_sqlite/compare/v0.1.2...v0.1.3) (2024-05-31)
### Bug Fixes:
* use `Ecto.ParameterizedType.init/2`
* handle new/old ecto parameterized type format
## [v0.1.2](https://github.com/ash-project/ash_sqlite/compare/v0.1.2-rc.1...v0.1.2) (2024-05-11)

View file

@ -21,7 +21,7 @@ In this guide we will:
Add the `:ash_sqlite` dependency to your application
`{:ash_sqlite, "~> 0.1.2"}`
`{:ash_sqlite, "~> 0.1.3"}`
Add `:ash_sqlite` to your `.formatter.exs` file

View file

@ -5,7 +5,7 @@ defmodule AshSqlite.MixProject do
The SQLite data layer for Ash Framework.
"""
@version "0.1.2"
@version "0.1.3"
def project do
[