diff --git a/README.md b/README.md index a3925d9..ccc76fb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This manual assume you have a good enough understanding of typst markup and scri For Typst 0.6.0 or later import the package from the typst preview repository: ```typ -#import "@preview/glossarium:0.3.0": make-glossary, print-glossary, gls, glspl +#import "@preview/glossarium:0.4.0": make-glossary, print-glossary, gls, glspl ``` For Typst before 0.6.0 or to use **glossarium** as a local module, download the package files into your project folder and import `glossarium.typ`: diff --git a/examples/full-example/main.pdf b/examples/full-example/main.pdf index 57416f4..d3e94da 100644 Binary files a/examples/full-example/main.pdf and b/examples/full-example/main.pdf differ diff --git a/examples/groups/groups.pdf b/examples/groups/groups.pdf index 5af0c1e..45de7be 100644 Binary files a/examples/groups/groups.pdf and b/examples/groups/groups.pdf differ diff --git a/examples/import-terms-from-yaml-file/main.pdf b/examples/import-terms-from-yaml-file/main.pdf index ca27a92..1df244f 100644 Binary files a/examples/import-terms-from-yaml-file/main.pdf and b/examples/import-terms-from-yaml-file/main.pdf differ diff --git a/examples/plural-example/main.pdf b/examples/plural-example/main.pdf index 6dec518..71cf253 100644 Binary files a/examples/plural-example/main.pdf and b/examples/plural-example/main.pdf differ diff --git a/justfile b/justfile index f96733d..40d7633 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -version := "0.3.0" +version := "0.4.0" # copy typst package to local registry diff --git a/tbump.toml b/tbump.toml index 0efd31e..f61c68b 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/ENIB-Community/glossarium/" [version] -current = "0.3.0" +current = "0.4.0" # Example of a semver regexp. # Make sure this matches current_version before diff --git a/typst.toml b/typst.toml index 070983c..07bcd78 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "glossarium" -version = "0.3.0" +version = "0.4.0" entrypoint = "glossarium.typ" authors = ["slashformotion", "Dherse"] license = "MIT"