Compare commits

..

No commits in common. "bdbda5f8748283de11ea14d83eb310e152378976" and "ab3cee4666c727074514fb1e75089a5fdbafca9a" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -12,7 +12,6 @@ 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.