Skip to content

Commit

Permalink
Bump version to 4.15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Oct 1, 2021
1 parent 7e105af commit c206a43
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ title: Releases

# Releases

## Hakyll 4.15.0.0 (2021-10-01)

- Fix dependency cycles detector (contribution by Laurent P. René de Cotret)
- Add `--dry-run` to the `build` command (contribution by Fraser Tweedale)
- Add support for Jupyter notebooks (files with ".ipynb" extension)
(contribution by fedeinthemix)
- Add `Hakyll.Web.Pandoc.Biblio.processPandocBiblio`, which works with `Item
Pandoc` and is thus composable with other Pandoc-related compilers and
functions (contribution by fedeinthemix)
- Speed up the runtime by about 9% (multiple contributions by Fraser Tweedale)
- Tolerate unexpected cache misses by recompiling the item; now there is no need
to rebuild the entire site to fix cache corruption (contribution by Fraser
Tweedale)
- Replace `Hakyll.Core.Rules.forceCompile` (introduced in 4.14.1.0) with
`Hakyll.Core.Compiler.recompilingUnsafeCompiler`. The new facility is more
versatile and composes better (contribution by Fraser Tweedale)
- Remove dependency on `array` (contribution by Laurent P. René de Cotret)

## Hakyll 4.14.1.0 (2021-08-30)

- Add `Hakyll.Web.Html.demoteHeaderBy` function, which demotes an HTML header by
Expand Down
2 changes: 1 addition & 1 deletion hakyll.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hakyll
Version: 4.14.1.0
Version: 4.15.0.0

Synopsis: A static website compiler library
Description:
Expand Down

0 comments on commit c206a43

Please sign in to comment.