Release v0.3.0 #27

Merged
HEL merged 64 commits from dev into main 2026-02-04 13:39:37 +00:00
103 changed files with 3059 additions and 1721 deletions
Showing only changes of commit a815037f24 - Show all commits

View File

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

View File

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