Add Typst 0.13.0 to testing with GitHub actions

- Update README.md
This commit is contained in:
David Vogel 2025-02-24 22:34:21 +01:00
parent 648c449890
commit c67b56bc06
2 changed files with 6 additions and 3 deletions

View File

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

View File

@ -6,9 +6,12 @@ Its goal is to provide Go developers with a seamless, "Go-like" interface to Typ
## Stability and Compatibility
`go-typst` is a work in progress, and the API may change as Typst evolves.
Supported Typst versions are tested by unit tests to ensure compatibility:
Supported Typst versions are tested by unit tests to ensure compatibility.
- **Supported Version:** Typst 0.12.0
**Supported Versions:**
- Typst 0.12.0
- Typst 0.13.0
While breaking changes may occur, i aim to minimize disruptions.
Use at your own discretion for production systems.