From 493e86c4ae0529a4ff42779f6af2d6b8813c7b08 Mon Sep 17 00:00:00 2001 From: tingerrr Date: Thu, 25 Jul 2024 16:01:11 +0200 Subject: [PATCH] Release v0.5.1 (#22) --- CHANGELOG.md | 9 +++++---- README.md | 2 +- typst.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 536704a..39f9df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/README.md b/README.md index c6135b5..cb41fb4 100644 --- a/README.md +++ b/README.md @@ -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()) { diff --git a/typst.toml b/typst.toml index c6200cc..5952b3d 100644 --- a/typst.toml +++ b/typst.toml @@ -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 "] repository = "https://github.com/tingerrr/hydra"