From a0fd2d4f06e3c4202bc27e21958c613e94ba4f45 Mon Sep 17 00:00:00 2001 From: Raphael Krupinski <10319569-mattesilver@users.noreply.gitlab.com> Date: Fri, 9 Feb 2024 14:00:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f81abb3..96b3ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## [Unreleased] +# 0.2.1 - 2023-12-27 + +### Fixed + +- Fix configuring JinjaAdapter when an instance of Environment is passed. + +## 0.2.0 - 2023-12-27 ### Changed diff --git a/pyproject.toml b/pyproject.toml index a8c3ba3..3de5b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rybak" -version = "0.2.0" +version = "0.2.1" description = "Directory-tree generator library" authors = ["Raphael Krupinski <10319569-mattesilver@users.noreply.gitlab.com>"] readme = "README.md"