Bump package version to 0.3.0
This commit is contained in:
parent
226dfe75f8
commit
e78c0f36f1
@ -1,8 +1,9 @@
|
|||||||
# Changelog
|
# 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
|
* 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.
|
Typst style preference for kebab-case. Also renamed their arguments to use snake-case as well.
|
||||||
* Documented standard abbreviations
|
* Documented standard abbreviations
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "leipzig-glossing"
|
name = "leipzig-glossing"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
entrypoint = "leipzig-gloss.typ"
|
entrypoint = "leipzig-gloss.typ"
|
||||||
authors = ["Greg Shuflin", "Other open-source contributors"]
|
authors = ["Greg Shuflin <greg@everydayimshuflin.com>", "Other open-source contributors"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Linguistic interlinear glosses according to the Leipzig Glossing rules"
|
description = "Linguistic interlinear glosses according to the Leipzig Glossing rules"
|
||||||
repository = "https://code.everydayimshuflin.com/greg/typst-lepizig-glossing"
|
repository = "https://code.everydayimshuflin.com/greg/typst-lepizig-glossing"
|
||||||
|
disciplines = ["linguistics"]
|
||||||
|
categories = ["paper"]
|
||||||
|
keywords = ["linguistics", "leipzig", "gloss", "glossing"]
|
||||||
|
compiler = "0.11"
|
||||||
|
Loading…
Reference in New Issue
Block a user