Skip to content

Commit

Permalink
Bump to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
slashformotion committed Dec 1, 2023
1 parent 9eb0084 commit 7c2aeff
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This manual assume you have a good enough understanding of typst markup and scri
For Typst 0.6.0 or later import the package from the typst preview repository:

```ts
#import "@preview/glossarium:0.2.4": make-glossary, print-glossary, gls, glspl
#import "@preview/glossarium:0.2.5": make-glossary, print-glossary, gls, glspl
```

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`:
Expand Down
Binary file modified example/example.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.2.4
version=0.2.5

local:
mkdir -p ~/.local/share/typst/packages/local/glossarium/${version}
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# github_url = "https://github.com/<user or organization>/<project>/"

[version]
current = "0.2.4"
current = "0.2.5"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glossarium"
version = "0.2.4"
version = "0.2.5"
entrypoint = "glossarium.typ"
authors = ["slashformotion", "Dherse"]
license = "MIT"
Expand Down

0 comments on commit 7c2aeff

Please sign in to comment.