Compare commits

...

2 Commits

Author SHA1 Message Date
David Vogel
bdbda5f874
Merge pull request #4 from Dadido3/typst-0.13.1
Some checks failed
golangci-lint / lint (push) Successful in 2m48s
test / test (1.23.x, 0.12.0) (push) Failing after 7s
test / test (1.23.x, 0.13.0) (push) Failing after 4s
test / test (1.23.x, 0.13.1) (push) Failing after 4s
Add Typst 0.13.1 to Compatibility list
2025-03-07 14:28:14 +01:00
e1879e4d36 Add Typst 0.13.1 to Compatibility list 2025-03-07 13:56:11 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
go-version: ['1.23.x']
typst-version: ['0.12.0', '0.13.0']
typst-version: ['0.12.0', '0.13.0', '0.13.1']
steps:
- name: Install typst-cli ${{ matrix.typst-version }} from crates.io

View File

@ -12,6 +12,7 @@ Supported Typst versions are tested by unit tests to ensure compatibility.
- Typst 0.12.0
- Typst 0.13.0
- Typst 0.13.1
While breaking changes may occur, i aim to minimize disruptions.
Use at your own discretion for production systems.