From 1f370b6357a6173a7691b1ce324894aacb9a4422 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 9 Jul 2024 11:19:46 -0400 Subject: [PATCH] docs: update readme with note on version support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2d9bb79..fa7bcfc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Welcome! `AshPostgres` is the PostgreSQL data layer for [Ash Framework](https://hexdocs.pm/ash). +> ### What versions are supported? {: .info} +> +> Any version higher than 13 is fully supported. Versions lower than this can be made to work, but certain edge cases may need to be manually handled. This becomes more and more true the further back in versions that you go. + ## Tutorials - [Get Started](documentation/tutorials/get-started-with-ash-postgres.md)