If the GeoJSON features have an `"id"` property it will now be used as the primary key, unless you specify another primary key using `--pk=property` or you disable primary keys entirely (hence using a SQLite `rowid`) with `--pk=''`. Thanks, Chris Amico. 11
0.1.2
Upgraded for [sqlite-utils 2.2](https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v2-2).
0.1.1
Fixed table creation bug with `--spatialite` option, 6
0.1
First non-alpha release. All documented features are now implemented.
0.1a
Initial release, missing some of the features documented in the README.