diff --git a/README.md b/README.md index 61cf576..4d072e7 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Spawnflake generates random data and/or based on patterns for relational databases. This is still in its early stages. ## whats new (v0.2.1) -* The libray now builds a depedency tree of the foreign keys so it will know in which order it needs to generate the tables (mysql only, experimental) +* The library now builds a dependency tree of the foreign keys so it will know in which order it needs to generate the tables (mysql only, experimental) * Supports more types -* Support more keytypes and composite keys in most cases -* Detects cyclic depedencies (but cannot handle it yet) +* Support more key types and composite keys in most cases +* Detects cyclic dependencies (but cannot handle it yet) * Supports column names with reserve names ## support * db support diff --git a/cli/Cargo.lock b/cli/Cargo.lock index cd355db..6a5f5f9 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -1314,9 +1314,9 @@ dependencies = [ [[package]] name = "spawnflake" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3c10a1e4daa0eebb52ebf7b45bfbd0134f5547da228e701e66a7c0c5cc4145f" +checksum = "1270326e7501ecb3c167635dfc779227a21c0e4c0935ab99147494f43ac98d95" dependencies = [ "mysql", "postgres", @@ -1327,7 +1327,7 @@ dependencies = [ [[package]] name = "spawnflakes" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "spawnflake",