chore: bump version to 0.3.1
This commit is contained in:
@@ -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
18820
manual.pdf
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
#let version = version(0,3,0)
|
||||
#let version = version(0,3,1)
|
||||
|
||||
#import "config.typ"
|
||||
#import "schema.typ"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user