- Switch from `pkg_resources` to `importlib.metadata` to fix a deprecation warning. Dropped support for Python 3.7. [6](https://github.com/simonw/datasette-packages/issues/6)
0.2
- Now exposes a `packages` GraphQL field if you also have version 2.1 or higher of the [datasette-graphql plugin](https://datasette.io/plugins/datasette-graphql) installed. [#4](https://github.com/simonw/datasette-packages/issues/4)
0.1.1
- Fixed bug where plugin would raise a 500 error when installed with some other plugins. [2](https://github.com/simonw/datasette-packages/issues/2)
0.1
- Initial release. `/-/packages` shows a list of installed Python packages, `/-/packages.json` returns that same list as JSON.