mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-04-11 12:13:16 +00:00
Merge pull request #4 from Dadido3/typst-0.13.1
Add Typst 0.13.1 to Compatibility list
This commit is contained in:
commit
bdbda5f874
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ['1.23.x']
|
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:
|
steps:
|
||||||
- name: Install typst-cli ${{ matrix.typst-version }} from crates.io
|
- name: Install typst-cli ${{ matrix.typst-version }} from crates.io
|
||||||
|
@ -12,6 +12,7 @@ Supported Typst versions are tested by unit tests to ensure compatibility.
|
|||||||
|
|
||||||
- Typst 0.12.0
|
- Typst 0.12.0
|
||||||
- Typst 0.13.0
|
- Typst 0.13.0
|
||||||
|
- Typst 0.13.1
|
||||||
|
|
||||||
While breaking changes may occur, i aim to minimize disruptions.
|
While breaking changes may occur, i aim to minimize disruptions.
|
||||||
Use at your own discretion for production systems.
|
Use at your own discretion for production systems.
|
||||||
|
Loading…
Reference in New Issue
Block a user