We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1603f commit f7173cbCopy full SHA for f7173cb
2 files changed
.github/workflows/ci.yml
@@ -31,6 +31,9 @@ jobs:
31
32
- typst: 0.13.0
33
tytanic: 0.2.1
34
+
35
+ - typst: 0.14.0
36
+ tytanic: 0.3.4
37
steps:
38
- name: Checkout
39
uses: actions/checkout@v4
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# [unreleased](https://github.com/tingerrr/hydra/releases/tags/)
2
3
## Changed
4
+- Added CI matrix workflow for Typst 0.14
5
6
## Fixed
7
- Fixed panic in `get-top-margin` on Typst 0.15
0 commit comments