diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3d5078..08abc82 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'] + typst-version: ['0.12.0', '0.13.0'] steps: - name: Install typst-cli ${{ matrix.typst-version }} from crates.io diff --git a/README.md b/README.md index b535782..82deba1 100644 --- a/README.md +++ b/README.md @@ -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.