- Documentation now lives on a dedicated documentation website: https://s3-credentials.readthedocs.io/ [#71](https://github.com/simonw/s3-credentials/issues/71)
- `s3-credentials create ... --website --create-bucket` now creates an S3 bucket that is configured to act as a website, with `index.html` an the index page and `error.html` as the page used for any errors. [21](https://github.com/simonw/s3-credentials/issues/21)
- `s3-credentials list-buckets --details` now returns the bucket region and the URL to the website, if it is configured to act as a website. [77](https://github.com/simonw/s3-credentials/issues/77)
- Fixed a bug where `list-bucket` would return an error if the bucket (or specified `--prefix`) was empty. [76](https://github.com/simonw/s3-credentials/issues/76)