What's Changed
- Apply semantic versioning for compatible upgradation.
a.b.c
is compatible withx.y.z
, iff.a
equals tox
anda
is not0
. - Issue exit-code
73
to indicate upgradation is needed when--dry-run
.- This feature is useful if you want to use
typst-upgrade
to check whether any upgradation is needed in shell script or GitHub Actions.
- This feature is useful if you want to use
Full Changelog: v1.3.0...v1.4.0