From 78eaeca178699d50c92e07257040f4adfffa7ce5 Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Sun, 18 Aug 2024 23:03:21 -0700 Subject: [PATCH] Bump package version to 0.3.0 --- CHANGELOG.md | 6 ++++-- typst.toml | 8 ++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) 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"