Skip to content

Commit 64c9c2d

Browse files
Bump to 0.3.0
1 parent b326308 commit 64c9c2d

7 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This manual assume you have a good enough understanding of typst markup and scri
1515
For Typst 0.6.0 or later import the package from the typst preview repository:
1616

1717
```ts
18-
#import "@preview/glossarium:0.2.6": make-glossary, print-glossary, gls, glspl
18+
#import "@preview/glossarium:0.3.0": make-glossary, print-glossary, gls, glspl
1919
```
2020

2121
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`:

examples/full-example/main.pdf

0 Bytes
Binary file not shown.

examples/groups/groups.pdf

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version := "0.2.6"
1+
version := "0.3.0"
22

33

44
# copy typst package to local registry

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/ENIB-Community/glossarium/"
22

33
[version]
4-
current = "0.2.6"
4+
current = "0.3.0"
55

66
# Example of a semver regexp.
77
# Make sure this matches current_version before

typst.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glossarium"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
entrypoint = "glossarium.typ"
55
authors = ["slashformotion", "Dherse"]
66
license = "MIT"

0 commit comments

Comments
 (0)