chore: bump version to 0.3.1

This commit is contained in:
2026-06-14 13:24:08 +02:00
parent 05de90890f
commit a909398fbd
4 changed files with 9914 additions and 8912 deletions

View File

@@ -35,7 +35,7 @@ For more information, see the [manual](manual.pdf)
To use this package, simply import `schema` from [rivet](https://typst.app/universe/package/rivet) and call `schema.load` to parse a schema description. Then use `schema.render` to render it, et voilà !
```typ
#import "@preview/rivet:0.3.0": schema
#import "@preview/rivet:0.3.1": schema
#let doc = schema.load(yaml("path/to/schema.yaml"))
#schema.render(doc)
```

18820
manual.pdf

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
#let version = version(0,3,0)
#let version = version(0,3,1)
#import "config.typ"
#import "schema.typ"

View File

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