Skip to content

v0.6.1

Compare
Choose a tag to compare
@gcushen gcushen released this 13 Aug 19:35

Features

Add Docker support (#68) ✨ ✨ ✨

Introduced Makefile for contributors to easily run linting, formatting, and testing.

Fixes

Numerous fixes - see commit log.

Ran flake8, isort, and black to fix issues and improve code style.

Refactoring

Major refactor (#68) to use a YAML library for processing front matter, replacing the more hacky approach of string manipulation.