Skip to content

Commit 0b5e801

Browse files
committed
0.32.0
Automatically generated by python-semantic-release
1 parent 025f4bb commit 0b5e801

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.32.0 (2023-12-17)
6+
7+
### Feature
8+
9+
* Add error message when detecting badly formatted code blocks ([`025f4bb`](https://github.com/mcbeet/lectern/commit/025f4bb246b934978e9631d741df5f000654525c))
10+
* Allow multiple directives in a paragraph ([`d43f32e`](https://github.com/mcbeet/lectern/commit/d43f32e83e090a012075cb11d434016251f720bb))
11+
12+
### Fix
13+
14+
* Don't enforce argument names for directive protocol ([`a62a015`](https://github.com/mcbeet/lectern/commit/a62a015072eebe400a54482aa3c8a6bcb3418c40))
15+
516
## v0.31.0 (2023-12-06)
617

718
### Feature

lectern/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from .prefetch import *
88
from .serialize import *
99

10-
__version__ = "0.31.0"
10+
__version__ = "0.32.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lectern"
3-
version = "0.31.0"
3+
version = "0.32.0"
44
description = "Literate Minecraft data packs and resource packs."
55
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)