From c514fdab1c55e77ff3621544146697c0f8af2596 Mon Sep 17 00:00:00 2001 From: Jay Qi Date: Sat, 30 Mar 2024 17:45:12 -0400 Subject: [PATCH] Fix linebreak --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1605410..2b278574 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![codecov](https://codecov.io/gh/drivendataorg/erdantic/branch/main/graph/badge.svg)](https://codecov.io/gh/drivendataorg/erdantic) > [!NOTE] v1.0 coming soon +> > erdantic v1.0 has big changes to the backend. If you're just using the CLI or the convenience functions like `create` or `draw`, then you probably won't notice any major changes. If you've been doing something more advanced, then you may need to update your code. 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: