# 0.3.0

* Example project to showcase Docception
* The `group_leader` can take some time until it is finished writing errors (use sleep for now)
* Output proper filenames on errors

# 0.2.1

* Output which file is currently being checked
* Fix dialyzer warning
* Document output in test

# 0.2.0

* Generate forms directly instead of wrapping in `@moduledoc`

# 0.1.0

* Initial implementation: Wrap markdown files in `@moduledoc` and run through `Code.compile_string/1`
