Skip to content

Commit

Permalink
Merge pull request #226 from bombaywalla/release-0.6.3
Browse files Browse the repository at this point in the history
Prepare for release 0.6.3
  • Loading branch information
bombaywalla authored Dec 8, 2020
2 parents 447998c + e403214 commit ee6a3df
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 3 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Change Log

All notable changes to this project will be documented in this
file. This change log follows the conventions of
[keepachangelog.com](http://keepachangelog.com/), with the addition of
sections for `Highlights`, `Breaking` and `Changes since x.y.z`.

## [Unreleased]

## [0.6.3] - 2020-12-07

### Highlights
- Allow fast compilation of changed files only. Opt-in. Requires
`cryogen-core` version `0.4.0`.
- Support the use of `tools.deps` (aka clojure CLI) in addition to `lein`.

### Changes since 0.6.2
- [#226](https://github.com/cryogen-project/cryogen/pull/226) Prepare for release 0.6.3 (bombaywalla)
- [#225](https://github.com/cryogen-project/cryogen/pull/225) git-ignore lotus' sass-generated files (devurandom)
- [#221](https://github.com/cryogen-project/cryogen/pull/221) Support for deps tools instead of lein (holyjak)
- [#220](https://github.com/cryogen-project/cryogen/pull/220) Support for incremental compilation (holyjak)

## [0.6.2] - 2020-10-16

### Highlights
- Update to new version of the Markup protocol that allows for
multiple file extensions for a particular markup.

### Breaking
- Requires latest versions of `cryogen-asciidoc` (at least 0.3.2),
`cryogen-flexmark` (at least 0.1.4), and `cryogen-markdown` (at
least 0.1.13).

### Changes since 0.6.1
- [#217](https://github.com/cryogen-project/cryogen/pull/217) Update README.md to current year (hewrin)
- [#216](https://github.com/cryogen-project/cryogen/pull/216) Fix typo in QuickStart template content (daemianmack)
- [#213](https://github.com/cryogen-project/cryogen/pull/213) Use Markup protocol defined in cryogen-core.markup (darth10)

## [0.6.1] - 2020-03-10

### Highlights
- Update versions of `cryogen-core` and `cryogen-flexmark`.

### Changes since 0.6.0
- [#206](https://github.com/cryogen-project/cryogen/pull/206) README: cryogen-markdown => cryogen-flexmark (daemianmack)

## [0.6.0] - 2020-01-20

### Highlights
- Switch to `cryogen-flexmark`.
- Handle case where `blog-prefix` is blank.

[Unreleased]: https://github.com/cryogen-project/cryogen/compare/0.6.3...HEAD

[0.6.3]: https://github.com/cryogen-project/cryogen/compare/0.6.2...0.6.3
[0.6.2]: https://github.com/cryogen-project/cryogen/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/cryogen-project/cryogen/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/cryogen-project/cryogen/compare/0.1.0...0.6.0

6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cryogen/lein-template "0.6.2"
(defproject cryogen/lein-template "0.6.3"
:description "A Leiningen template for the Cryogen static site generator"
:url "https://github.com/cryogen-project/cryogen"
:license {:name "Eclipse Public License"
Expand All @@ -7,10 +7,10 @@
:url "https://github.com/cryogen-project/cryogen.git"}
:dependencies [[org.clojure/core.unify "0.5.7"]
[org.clojure/core.contracts "0.0.6"]
[leinjacker "0.4.2"
[leinjacker "0.4.3"
:exclusions [org.clojure/clojure
org.clojure/core.contracts
org.clojure/core.unify]]
[org.clojure/tools.namespace "0.2.11"
[org.clojure/tools.namespace "1.1.0"
:exclusions [org.clojure/clojure]]]
:eval-in-leiningen true)

0 comments on commit ee6a3df

Please sign in to comment.