|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this |
| 4 | +file. This change log follows the conventions of |
| 5 | +[keepachangelog.com](http://keepachangelog.com/), with the addition of |
| 6 | +sections for `Highlights`, `Breaking` and `Changes since x.y.z`. |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [0.6.3] - 2020-12-07 |
| 11 | + |
| 12 | +### Highlights |
| 13 | +- Allow fast compilation of changed files only. Opt-in. Requires |
| 14 | + `cryogen-core` version `0.4.0`. |
| 15 | +- Support the use of `tools.deps` (aka clojure CLI) in addition to `lein`. |
| 16 | + |
| 17 | +### Changes since 0.6.2 |
| 18 | +- [#226](https://github.com/cryogen-project/cryogen/pull/226) Prepare for release 0.6.3 (bombaywalla) |
| 19 | +- [#225](https://github.com/cryogen-project/cryogen/pull/225) git-ignore lotus' sass-generated files (devurandom) |
| 20 | +- [#221](https://github.com/cryogen-project/cryogen/pull/221) Support for deps tools instead of lein (holyjak) |
| 21 | +- [#220](https://github.com/cryogen-project/cryogen/pull/220) Support for incremental compilation (holyjak) |
| 22 | + |
| 23 | +## [0.6.2] - 2020-10-16 |
| 24 | + |
| 25 | +### Highlights |
| 26 | +- Update to new version of the Markup protocol that allows for |
| 27 | + multiple file extensions for a particular markup. |
| 28 | + |
| 29 | +### Breaking |
| 30 | +- Requires latest versions of `cryogen-asciidoc` (at least 0.3.2), |
| 31 | + `cryogen-flexmark` (at least 0.1.4), and `cryogen-markdown` (at |
| 32 | + least 0.1.13). |
| 33 | + |
| 34 | +### Changes since 0.6.1 |
| 35 | +- [#217](https://github.com/cryogen-project/cryogen/pull/217) Update README.md to current year (hewrin) |
| 36 | +- [#216](https://github.com/cryogen-project/cryogen/pull/216) Fix typo in QuickStart template content (daemianmack) |
| 37 | +- [#213](https://github.com/cryogen-project/cryogen/pull/213) Use Markup protocol defined in cryogen-core.markup (darth10) |
| 38 | + |
| 39 | +## [0.6.1] - 2020-03-10 |
| 40 | + |
| 41 | +### Highlights |
| 42 | +- Update versions of `cryogen-core` and `cryogen-flexmark`. |
| 43 | + |
| 44 | +### Changes since 0.6.0 |
| 45 | +- [#206](https://github.com/cryogen-project/cryogen/pull/206) README: cryogen-markdown => cryogen-flexmark (daemianmack) |
| 46 | + |
| 47 | +## [0.6.0] - 2020-01-20 |
| 48 | + |
| 49 | +### Highlights |
| 50 | +- Switch to `cryogen-flexmark`. |
| 51 | +- Handle case where `blog-prefix` is blank. |
| 52 | + |
| 53 | +[Unreleased]: https://github.com/cryogen-project/cryogen/compare/0.6.3...HEAD |
| 54 | + |
| 55 | +[0.6.3]: https://github.com/cryogen-project/cryogen/compare/0.6.2...0.6.3 |
| 56 | +[0.6.2]: https://github.com/cryogen-project/cryogen/compare/0.6.1...0.6.2 |
| 57 | +[0.6.1]: https://github.com/cryogen-project/cryogen/compare/0.6.0...0.6.1 |
| 58 | +[0.6.0]: https://github.com/cryogen-project/cryogen/compare/0.1.0...0.6.0 |
| 59 | + |
0 commit comments