From eb04a42ca05ef88a1a960160c28006d6453b5408 Mon Sep 17 00:00:00 2001 From: slashformotion Date: Sat, 27 Apr 2024 20:00:03 +0200 Subject: [PATCH] Bump to 0.4.0 --- README.md | 2 +- examples/full-example/main.pdf | Bin 78758 -> 78758 bytes examples/groups/groups.pdf | Bin 42389 -> 42389 bytes examples/import-terms-from-yaml-file/main.pdf | Bin 36643 -> 36643 bytes examples/plural-example/main.pdf | Bin 40112 -> 40112 bytes justfile | 2 +- tbump.toml | 2 +- typst.toml | 2 +- 8 files changed, 4 insertions(+), 4 deletions(-) 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 57416f482b61fa5709517c91cf97d2d5ee27c0b9..d3e94da1e62e0087b2c4d44a83770019c5cfa77d 100644 GIT binary patch delta 192 zcmZ4XoMqW_mWC~iE?O!U1_lPkQJP!|3i`hJDK3d6sR|k{Rz?O!CI%)(=7wPD?HO8( zeoX8ZRt5%E2FBC(>M-iTIiGYGSBn*dqy!t8Rt98;=Q@|>83hDKX8R?VPv5M|sE$K! a`v+ad3|2$z8f|Sg6*RC*P46^jlm!4}l@q2IkZE>M-iTIiGYGSBsekhK8m37!(Itl;u^LWCs_9rn~tDPT#D{sE$K! a`v+ad3|2$z8f|Sg6*RC*P46^jlm!4e<2o_` diff --git a/examples/groups/groups.pdf b/examples/groups/groups.pdf index 5af0c1e06d9f258a9785c139dc675f52fbb8c1c0..45de7be9944633d7d1b2c9ea45856afbc4a25f5c 100644 GIT binary patch delta 163 zcmbPwnrZ53rVY>Muv!=x7#L4}Ge-)-+RQ!IkBQyF%D})1D4Z}~56+%Cf3;YYZ&XN? wL6K2vMQ~YZkZFFAS3y)n;N-9c>Nun}PhPNv#SptTTU$*94eU~rE0)Rv00tpAMu$miN7?@9fGe-)-+RQ!IkBQyf%GkmRD4Z}~56+%Cf3=upM4oFz wR$zgpSwU)ve@ddcSw>1#`sA<$>Nun}PhPNv#SptTTU$*94eU~rE0)Rv0PPq!MF0Q* diff --git a/examples/import-terms-from-yaml-file/main.pdf b/examples/import-terms-from-yaml-file/main.pdf index ca27a92cb2f0cd0bd0e2e666742bdcf7e2f6cf2b..1df244f0c65b01cfef114c9cefedc2fd9f08417e 100644 GIT binary patch delta 209 zcmZ2Hk7@BdrVWhkDi#I?2F6jETnY;MzWFIGi6yBD8ZK5w21X_ZCPwClVCl`O?S4$` z7FGrZRtCnCt2*`I?Dd_i#d4h8g42pB&9b#C(=CE3!$S(neRIku7j&uPklMVqOM}G^ nyEa=}O$7~{Qn6fic3j0JiA5z9MX70A#-=srA239~}{posecFOeCVih@tfk{<) zX33Tz?g5z*+4{v!Zf@z5RcEN)!T&k+B{%!!xk~`J_ delta 187 zcmdn6lW7AGZJWYsZfs#-K6&>PDF|!xttoy??B-U+7FIxE{posecFOeCV)?F>zFFx` zIg$AuVP(1HZfTK)mgeP?RcEN)!T&k+B{%!!hUp}S) 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"