Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slashformotion committed Apr 27, 2024
1 parent 18dcdfb commit eb04a42
Show file tree
Hide file tree
Showing 8 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:

```typ
#import "@preview/glossarium:0.3.0": make-glossary, print-glossary, gls, glspl
#import "@preview/glossarium:0.4.0": 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 examples/full-example/main.pdf
Binary file not shown.
Binary file modified examples/groups/groups.pdf
Binary file not shown.
Binary file modified examples/import-terms-from-yaml-file/main.pdf
Binary file not shown.
Binary file modified examples/plural-example/main.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version := "0.3.0"
version := "0.4.0"


# copy typst package to local registry
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/ENIB-Community/glossarium/"

[version]
current = "0.3.0"
current = "0.4.0"

# 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.3.0"
version = "0.4.0"
entrypoint = "glossarium.typ"
authors = ["slashformotion", "Dherse"]
license = "MIT"
Expand Down

0 comments on commit eb04a42

Please sign in to comment.