bumped version to 0.2.2
This commit is contained in:
@ -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")
|
||||
|
BIN
manual.pdf
BIN
manual.pdf
Binary file not shown.
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user