File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
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
+
5
16
## v0.31.0 (2023-12-06)
6
17
7
18
### Feature
Original file line number Diff line number Diff line change 7
7
from .prefetch import *
8
8
from .serialize import *
9
9
10
- __version__ = "0.31 .0"
10
+ __version__ = "0.32 .0"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " lectern"
3
- version = " 0.31 .0"
3
+ version = " 0.32 .0"
4
4
description = " Literate Minecraft data packs and resource packs."
5
5
authors = [" Valentin Berlier <berlier.v@gmail.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments