- Changes are now recorded to a `public_audit_log` table, which is visible on the table and database permission editing pages. [11](https://github.com/datasette/datasette-public/issues/11)
0.3a0
- Added the ability to make full databases public, including setting if users can execute SQL or not. [9](https://github.com/datasette/datasette-public/issues/9) - Now depends on Datasette 1.0a and uses the new `internal` database. [6](https://github.com/datasette/datasette-public/issues/6)
0.2.3
- Added description to menu items for Datasette 1.0. [7](https://github.com/simonw/datasette-public/issues/7)
0.2.2
- Plugin can now be used to make SQL views public in addition to SQL tables. [5](https://github.com/simonw/datasette-public/issues/5)
0.2.1
- Fix for breadcrumb display in Datasette 0.63+.
0.2
- Fix compatibility bug when installed alongside `datasette-leaflet-geojson`. [4](https://github.com/simonw/datasette-public/issues/4) - The `execute-sql` permission check now checks to see if the user has the `view-database` permission. [3](https://github.com/simonw/datasette-public/issues/3)