2.0.0
	Added support for optional and required variables/includes. This forces
	Document::as_string to return Result<String, Error> instead of just String.

	Changed Document::process_includes to allow passing a path that will be
	used as the reference from which other files are pulled.

1.0.1
	Added the Clone derive trait to Document

1.0.0
	Initial Release