Skip to content

Commit

Permalink
Release v0.5.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr authored Jul 25, 2024
1 parent b33fb6d commit 493e86c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

## Changed

## Fixed

---

# [v0.5.1](https://github.com/tingerrr/hydra/releases/tags/v0.5.1)
## Fixed
- hydra no longer considers candidates on pages after the current page (https://github.com/tingerrr/hydra/pull/21)

Expand All @@ -17,10 +22,6 @@
- `context` now has a new `use-last` field
- **BREAKING CHANGE** `candidates` now has a new `last` field containing a suitable match for the last primary candidate on this page

## Removed

## Changed

---

# [v0.4.0](https://github.com/tingerrr/hydra/releases/tags/v0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ your document only when it is needed.

## Example
```typst
#import "@preview/hydra:0.5.0": hydra
#import "@preview/hydra:0.5.1": hydra
#set page(paper: "a7", margin: (y: 4em), numbering: "1", header: context {
if calc.odd(here().page()) {
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
entrypoint = "src/lib.typ"
name = "hydra"
version = "0.5.0"
version = "0.5.1"
compiler = "0.11.0"
authors = ["tinger <[email protected]>"]
repository = "https://github.com/tingerrr/hydra"
Expand Down

0 comments on commit 493e86c

Please sign in to comment.