- Create `COLTRANE_SITE` setting in `.env` file during `create` command
0.16.0
- Output an error if rendering fails during `record` command - `include_md` template tag - `parent` filter - Serving of `/sitemap.xml` for standalone - Automatic creation of `sitemap.xml` during `record` command
**Breaking changes**
- `COLTRANE_SITE` is required in .env file
0.15.1
- Include all frontmatter metadata in `directory_contents` template tag output - Parse `date` frontmatter into `datetime` - Parse `draft` frontmatter into `boolean`
0.15.0
- [`directory_contents`](template-tags.md) template tag - Add [`django-fastdev`](https://github.com/boxed/django-fastdev) for more immediate feedback when an invalid template variable is used - Show error message if a markdown file cannot be output to HTML - Fix bug where `index.md` files in a sub-directory were not output correctly
0.14.0
- Add `--output` option to `record` command [19](https://github.com/adamghill/coltrane/issues/19) by [stlk](https://github.com/stlk) - Nicer help output for CLI