Skip to content

Commit 8b47671

Browse files
authored
release: 0.2.2 (#55)
* github: update CI to Typst 0.13.0-rc1 * release: 0.2.2
1 parent 146fc17 commit 8b47671

File tree

22 files changed

+6
-4
lines changed

22 files changed

+6
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
strategy:
1111
matrix:
1212
# add any other Typst versions that your package should support
13-
typst-version: ["0.11"]
13+
typst-version: ["0.13.0-rc1"]
1414
# the docs don't need to build with all versions supported by the package;
1515
# the latest one is enough
1616
include:
17-
- typst-version: "0.11"
17+
- typst-version: "0.13.0-rc1"
1818
doc: 1
1919
runs-on: ubuntu-latest
2020
steps:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
## Changed
88

9+
## Fixed
10+
- Panic related to deprecated type check behavior in 0.13.0
911

1012
# [v0.2.1](https://github.com/typst-community/valakyrie/releases/tags/v0.2.1)
1113

docs/manual.pdf

-30.3 KB
Binary file not shown.
-386 Bytes
Loading
-8 Bytes
Loading

tests/logical/ref/1.png

24 Bytes
Loading

tests/schemas/author/ref/1.png

-24 Bytes
Loading

tests/types/any/ref/1.png

-38 Bytes
Loading

tests/types/array/ref/1.png

-370 Bytes
Loading

tests/types/boolean/ref/1.png

-106 Bytes
Loading

0 commit comments

Comments
 (0)