We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cbf48 commit 6d87793Copy full SHA for 6d87793
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.28.0 (2023-08-07)
6
+
7
+### Feature
8
9
+* Apply directives to context directly ([`a4cbf48`](https://github.com/mcbeet/lectern/commit/a4cbf48639fb553f2897adec049f47038d651b9c))
10
11
## v0.27.1 (2023-08-06)
12
13
### Fix
lectern/__init__.py
@@ -7,4 +7,4 @@
from .prefetch import *
from .serialize import *
-__version__ = "0.27.1"
+__version__ = "0.28.0"
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "lectern"
-version = "0.27.1"
+version = "0.28.0"
description = "Literate Minecraft data packs and resource packs."
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
0 commit comments