diff --git a/notes/0.8.2.md b/notes/0.8.2.md new file mode 100644 index 0000000..8604bc5 --- /dev/null +++ b/notes/0.8.2.md @@ -0,0 +1,11 @@ +# Release 0.8.2 + +## Enhancements + +* Finished partially implemented "preprocessing" site generation mode whereby files in `src/site-preprocess` with `@` delimited variables (e.g. `@VERSION@`) are expanded based on values in setting `preprocessVars[Map[String, String]]`. + +## Project Management + +* Updated SBT, Scala, and plugin versions +* Added [Travis-CI build](https://travis-ci.org/sbt/sbt-site) support. +* Added [Gitter](https://gitter.im/sbt/sbt-site) link.