Skip to content

Commit 2e3081e

Browse files
committed
release v0.6.1
1 parent 8271172 commit 2e3081e

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Changed
44

5+
## Fixed
6+
7+
---
8+
9+
# [v0.6.1](https://github.com/tingerrr/hydra/releases/tags/v0.6.1)
510
## Fixed
611
- Use the correct page length when calculating the top margin
712

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ your document only when it is needed.
55

66
## Example
77
```typst
8-
#import "@preview/hydra:0.6.0": hydra
8+
#import "@preview/hydra:0.6.1": hydra
99
1010
#set page(paper: "a7", margin: (y: 4em), numbering: "1", header: context {
1111
if calc.odd(here().page()) {

Diff for: assets/manual.pdf

49 Bytes
Binary file not shown.

Diff for: typst.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
entrypoint = "src/lib.typ"
33
name = "hydra"
4-
version = "0.6.0"
4+
version = "0.6.1"
55
compiler = "0.12.0"
66
authors = ["tinger <[email protected]>"]
77
repository = "https://github.com/tingerrr/hydra"

0 commit comments

Comments
 (0)