updated typst.toml + bumped to 0.1.1

This commit is contained in:
Louis Heredero 2024-10-02 18:38:20 +02:00
parent 522cd1537a
commit 647d50e125
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

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

View File

@ -1,6 +1,6 @@
[package] [package]
name = "chronos" name = "chronos"
version = "0.1.0" version = "0.1.1"
compiler = "0.11.0" compiler = "0.11.0"
repository = "https://git.kb28.ch/HEL/chronos" repository = "https://git.kb28.ch/HEL/chronos"
entrypoint = "src/lib.typ" entrypoint = "src/lib.typ"
@ -11,4 +11,4 @@ categories = ["visualization"]
license = "Apache-2.0" license = "Apache-2.0"
description = "A package to draw sequence diagrams with CeTZ" description = "A package to draw sequence diagrams with CeTZ"
keywords = ["sequence", "diagram", "plantuml"] keywords = ["sequence", "diagram", "plantuml"]
exclude = [ "gallery", "gallery.bash" ] exclude = [ "gallery", "gallery.bash", "docs" ]