From 2480287efaf8423d5d0194220d2c20bf24a1f569 Mon Sep 17 00:00:00 2001 From: Jay Qi Date: Tue, 9 Apr 2024 22:31:25 -0400 Subject: [PATCH] Update README note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f967653..db8326d0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![codecov](https://codecov.io/gh/drivendataorg/erdantic/branch/main/graph/badge.svg)](https://codecov.io/gh/drivendataorg/erdantic) > [!NOTE] -> erdantic v1.0 is coming soon and involves big backend changes. See the [changelog](./HISTORY.md) for more information. +> erdantic v1.0 has been released! See the [changelog](./HISTORY.md) for more information. **erdantic** is a simple tool for drawing [entity relationship diagrams (ERDs)](https://en.wikipedia.org/wiki/Data_modeling#Entity%E2%80%93relationship_diagrams) for Python data model classes. Diagrams are rendered using the venerable [Graphviz](https://graphviz.org/) library. Supported data modeling frameworks are: