Skip to content

Commit

Permalink
0.32.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 17, 2023
1 parent 025f4bb commit 0b5e801
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!--next-version-placeholder-->

## v0.32.0 (2023-12-17)

### Feature

* Add error message when detecting badly formatted code blocks ([`025f4bb`](https://github.com/mcbeet/lectern/commit/025f4bb246b934978e9631d741df5f000654525c))
* Allow multiple directives in a paragraph ([`d43f32e`](https://github.com/mcbeet/lectern/commit/d43f32e83e090a012075cb11d434016251f720bb))

### Fix

* Don't enforce argument names for directive protocol ([`a62a015`](https://github.com/mcbeet/lectern/commit/a62a015072eebe400a54482aa3c8a6bcb3418c40))

## v0.31.0 (2023-12-06)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion lectern/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .prefetch import *
from .serialize import *

__version__ = "0.31.0"
__version__ = "0.32.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lectern"
version = "0.31.0"
version = "0.32.0"
description = "Literate Minecraft data packs and resource packs."
authors = ["Valentin Berlier <berlier.v@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 0b5e801

Please sign in to comment.