bumped version to 0.2.2

This commit is contained in:
2025-07-09 22:41:30 +02:00
parent f94c6f25a2
commit 000813ff3b
4 changed files with 3 additions and 3 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.1"
#import "@preview/chronos:0.2.2"
#chronos.diagram({
import chronos: *
_par("Alice")

Binary file not shown.

View File

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

View File

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