mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-04-15 22:13:16 +00:00
Add Typst 0.13.0 to testing with GitHub actions
- Update README.md
This commit is contained in:
parent
648c449890
commit
c67b56bc06
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user