- Updated for compatibility with latest Datasette. [3](https://github.com/simonw/datasette-template-sql/issues/3)
1.0.1
* Improved README
1.0
* Backwards incompatible change: the second argument to the `sql()` function is now expected to be an optional list or dictionary of SQL parameters. Previously the second argument was the name of the database to run the query against - this should now be passed as a named `database=` argument instead.