Bump package version to 0.3.0

This commit is contained in:
Greg Shuflin 2024-08-18 23:03:21 -07:00
parent 226dfe75f8
commit e78c0f36f1
2 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# Changelog
## 0.3.0
* Added `label` and `label-supplement` arguments to `gloss` function
## 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

View File

@ -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 <greg@everydayimshuflin.com>", "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"