Merge pull request #10 from terrastruct/v0.2.6

v0.2.6
This commit is contained in:
Anmol Sethi 2022-12-06 09:41:43 -08:00 committed by GitHub
commit b88956bb09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
#### Improvements 🧹
- Route between table columns, instead of just tables, to show the exact relationship in Entity Relationship (ER) diagrams
- Improved consistency in the automatic direction of layouts
- `make install` defaults to installation to `/usr/local` as before but now if `/usr/local` is not accessible to the current user, it will use `~/.local` instead of prompting for sudo. You can pass `--prefix /usr/local` to force installation into `/usr/local` with a prompt for sudo.