Skip to content

Commit ace0940

Browse files
committed
update to 0.13.0
1 parent 6d3a56c commit ace0940

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ for i in range(0,10):
8989

9090
# Changelog
9191

92+
## v0.1.5
93+
94+
* update to typst 0.13.0
95+
9296
## v 0.1.4
9397

9498
* new position argument:

typst_importer/blender_manifest.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version = "1.0.0"
22

33
id = "typst_importer"
4-
version = "0.1.4"
4+
version = "0.1.5"
55
name = "Typst Importer"
66
tagline = "Render mathematical equations and code blocks"
77
maintainer = "Jan-Hendrik Müller<jan-hendrik.mueller@uni-goettingen.de>"
@@ -32,10 +32,10 @@ wheels = [
3232
"./wheels/lxml-5.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
3333
"./wheels/lxml-5.3.1-cp311-cp311-win_amd64.whl",
3434
"./wheels/svg.path-6.3-py2.py3-none-any.whl",
35-
"./wheels/typst-0.12.3-cp38-abi3-macosx_10_12_x86_64.whl",
36-
"./wheels/typst-0.12.3-cp38-abi3-macosx_11_0_arm64.whl",
37-
"./wheels/typst-0.12.3-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
38-
"./wheels/typst-0.12.3-cp38-abi3-win_amd64.whl",
35+
"./wheels/typst-0.13.0-cp38-abi3-macosx_10_12_x86_64.whl",
36+
"./wheels/typst-0.13.0-cp38-abi3-macosx_11_0_arm64.whl",
37+
"./wheels/typst-0.13.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
38+
"./wheels/typst-0.13.0-cp38-abi3-win_amd64.whl",
3939
]
4040

4141

0 commit comments

Comments
 (0)