diff --git a/CHANGELOG.md b/CHANGELOG.md index f764f99..78dea25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.6.0](https://github.com/mirkolenz/makejinja/compare/v2.5.0...v2.6.0) (2024-05-11) + + +### Features + +* allow rendering all files by providing empty jinja suffix ([697b0ce](https://github.com/mirkolenz/makejinja/commit/697b0cea6c43d8aa27453211e40efbc766529204)) + + +### Bug Fixes + +* add metadata to nix derivation ([31ebb23](https://github.com/mirkolenz/makejinja/commit/31ebb23e45145ca841127e467e586d30619082e1)) + ## [2.5.0](https://github.com/mirkolenz/makejinja/compare/v2.4.0...v2.5.0) (2024-01-21) diff --git a/pyproject.toml b/pyproject.toml index b4abfdb..ece6ae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "makejinja" -version = "2.5.0" +version = "2.6.0" description = "Generate entire directory structures using Jinja templates with support for external data and custom plugins." authors = ["Mirko Lenz "] license = "MIT"