chore: update package version to v0.3.0

This commit is contained in:
2026-02-04 13:12:56 +01:00
parent fab45bd8ab
commit a815037f24
4 changed files with 893 additions and 878 deletions

View File

@@ -15,7 +15,7 @@ This package lets you render sequence diagrams directly in Typst. The following
<td>
```typst
#import "@preview/chronos:0.2.2"
#import "@preview/chronos:0.3.0"
#chronos.diagram({
import chronos: *
_par("Alice")

1765
manual.pdf

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
#let version = version(0, 2, 2)
#let version = version(0, 3, 0)
#import "diagram.typ": diagram, from-plantuml
#import "sequence.typ": _seq, _ret

View File

@@ -1,6 +1,6 @@
[package]
name = "chronos"
version = "0.2.2"
version = "0.3.0"
compiler = "0.13.1"
repository = "https://git.kb28.ch/HEL/chronos"
entrypoint = "src/lib.typ"