Skip to content

Commit 5612de0

Browse files
committed
Bump to 0.5.0
1 parent 34f10c7 commit 5612de0

9 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Glossarium is a simple, easily customizable typst glossary inspired by [LaTeX gl
1212
## Fast start
1313

1414
```typ
15-
#import "@preview/glossarium:0.4.2": make-glossary, register-glossary, print-glossary, gls, glspl
15+
#import "@preview/glossarium:0.5.0": make-glossary, register-glossary, print-glossary, gls, glspl
1616
#show: make-glossary
1717
#let entry-list = (
1818
(
@@ -37,7 +37,7 @@ This manual assume you have a good enough understanding of typst markup and scri
3737
For Typst 0.6.0 or later import the package from the typst preview repository:
3838

3939
```typ
40-
#import "@preview/glossarium:0.4.2": make-glossary, register-glossary, print-glossary, gls, glspl
40+
#import "@preview/glossarium:0.5.0": make-glossary, register-glossary, print-glossary, gls, glspl
4141
```
4242

4343
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.

examples/plural-example/main.pdf

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.4.2"
1+
version := "0.5.0"
22
commit_hash := `git rev-parse --short HEAD`
33
benchmark_file := "tests/benchmark-" + commit_hash + ".md"
44
benchmark_commands := `find examples/**/*.typ -type f | xargs -I {} printf "'typst compile --root . {}' "`

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/typst-community/glossarium/"
22

33
[version]
4-
current = "0.4.2"
4+
current = "0.5.0"
55

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

themes/default.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#let __glossary_entries = state("__glossary_entries", (:))
1919

2020
// glossarium version
21-
#let glossarium_version = "0.4.2"
21+
#let glossarium_version = "0.5.0"
2222

2323
// error prefix
2424
#let __glossarium_error_prefix = "glossarium@" + glossarium_version + " error : "

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.4.2"
3+
version = "0.5.0"
44
entrypoint = "glossarium.typ"
55
authors = ["slashformotion", "Dherse"]
66
license = "MIT"

0 commit comments

Comments
 (0)