From e6fbda3a1227bc22ad636ff8586af37c3b36558a Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 1 Apr 2024 13:59:29 -0400 Subject: [PATCH] chore: release version v2.0.0-rc.3 --- CHANGELOG.md | 11 +++++++++++ mix.exs | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8556742..0ca4a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.0.0-rc.3](https://github.com/ash-project/ash_postgres/compare/v2.0.0-rc.2...v2.0.0-rc.3) (2024-04-01) + + + + +### Improvements: + +* fixes for 3.0 changes and AshSql changes + +* move many internals out to `AshSql` package + ## [v2.0.0-rc.2](https://github.com/ash-project/ash_postgres/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2024-03-29) ### Breaking Changes: diff --git a/mix.exs b/mix.exs index 2501ed6..831ef35 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "2.0.0-rc.2" + @version "2.0.0-rc.3" def project do [