File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v0.7.1 (2021-03-09)
6
+ ### Fix
7
+ * Rename get_markdown prefix argument ([ ` 85650fa ` ] ( https://github.com/mcbeet/lectern/commit/85650fa930fdeb27b24244b772412e72030b14d3 ) )
8
+
5
9
## v0.7.0 (2021-03-08)
6
10
### Feature
7
11
* Add lectern scripts ([ ` 0890b9d ` ] ( https://github.com/mcbeet/lectern/commit/0890b9dafd219a4ff9a19698c29def0e1d77e855 ) )
Original file line number Diff line number Diff line change 6
6
from .prefetch import *
7
7
from .serialize import *
8
8
9
- __version__ = "0.7.0 "
9
+ __version__ = "0.7.1 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " lectern"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
description = " Literate Minecraft data packs and resource packs."
5
5
authors = [
" Valentin Berlier <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments