diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08abc82..dd40306 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/README.md b/README.md index e61d3b4..915bc4d 100644 --- a/README.md +++ b/README.md @@ -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.