From 6d877935a48d4b5222e7c97354379681bb9c72e6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 7 Aug 2023 21:42:07 +0000 Subject: [PATCH] 0.28.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ lectern/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28046cb..192eafb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.28.0 (2023-08-07) + +### Feature + +* Apply directives to context directly ([`a4cbf48`](https://github.com/mcbeet/lectern/commit/a4cbf48639fb553f2897adec049f47038d651b9c)) + ## v0.27.1 (2023-08-06) ### Fix diff --git a/lectern/__init__.py b/lectern/__init__.py index 8eb35cc..d03bfbf 100644 --- a/lectern/__init__.py +++ b/lectern/__init__.py @@ -7,4 +7,4 @@ from .prefetch import * from .serialize import * -__version__ = "0.27.1" +__version__ = "0.28.0" diff --git a/pyproject.toml b/pyproject.toml index dbb9830..cf42679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lectern" -version = "0.27.1" +version = "0.28.0" description = "Literate Minecraft data packs and resource packs." authors = ["Valentin Berlier "] license = "MIT"