diff --git a/CHANGELOG.md b/CHANGELOG.md index f232284..e25e142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog +## 0.3.0 +* Added `label` and `label-supplement` arguments to `gloss` function +* Added borders around code + rendered example in documentation pdf -## 0.2.0 (upcoming) - +## 0.2.0 * renamed `numbered_gloss` to `numbered-gloss`, `gloss_count` to `gloss-count`, in light of the Typst style preference for kebab-case. Also renamed their arguments to use snake-case as well. * Documented standard abbreviations diff --git a/typst.toml b/typst.toml index 541dd25..e5137c8 100644 --- a/typst.toml +++ b/typst.toml @@ -1,8 +1,12 @@ [package] name = "leipzig-glossing" -version = "0.2.0" +version = "0.3.0" entrypoint = "leipzig-gloss.typ" -authors = ["Greg Shuflin", "Other open-source contributors"] +authors = ["Greg Shuflin ", "Other open-source contributors"] license = "MIT" description = "Linguistic interlinear glosses according to the Leipzig Glossing rules" repository = "https://code.everydayimshuflin.com/greg/typst-lepizig-glossing" +disciplines = ["linguistics"] +categories = ["paper"] +keywords = ["linguistics", "leipzig", "gloss", "glossing"] +compiler = "0.11"