Add Typst 0.13.1 to Compatibility list

This commit is contained in:
David Vogel 2025-03-07 13:56:11 +01:00
parent ab3cee4666
commit e1879e4d36
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.