From cd63df398785d9b5d5bde60c677a352451ffc8a0 Mon Sep 17 00:00:00 2001 From: roll Date: Tue, 6 Aug 2019 14:14:17 +0300 Subject: [PATCH] v1.0.0 --- README.md | 6 +++++- tableschema_sql/VERSION | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bffc807..51b93a9 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,10 @@ and `mock` packages. This packages are available only in tox envionments. Here described only breaking and the most important changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/tableschema-sql-py/commits/master). +#### v1.0 + +- Added FK support for SQLite databases + #### v0.x -Initial driver implementation. +- Initial driver implementation. diff --git a/tableschema_sql/VERSION b/tableschema_sql/VERSION index d9df1bb..3eefcb9 100644 --- a/tableschema_sql/VERSION +++ b/tableschema_sql/VERSION @@ -1 +1 @@ -0.11.0 +1.0.0