Skip to content

Commit f4966dc

Browse files
committed
release: v0.6.0
1 parent 59eaa34 commit f4966dc

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
lines changed

.ignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.typstignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1+
# contain source and temporary files only
2+
assets/images/thumbnail/**
3+
docs/**
4+
15
# blob-heavy test suite
26
tests/**
7+
8+
# unecessary for users
9+
CONTRIBUTING.md
10+
Justfile

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# [unreleased](https://github.com/tingerrr/hydra/releases/tags/)
22

3+
## Changed
4+
5+
## Fixed
6+
7+
---
8+
9+
# [v0.6.0](https://github.com/tingerrr/hydra/releases/tags/v0.6.0)
10+
311
## Breaking Changes
412
- Removed `hydra.dir`
513
- Removed `hydra.binding`
@@ -10,8 +18,6 @@
1018
- Renamed `hydra-selector` to `full-selector`
1119
- Renamed `sanitized-selector` to `hydra-selector`
1220

13-
## Fixed
14-
1521
---
1622

1723
# [v0.5.2](https://github.com/tingerrr/hydra/releases/tags/v0.5.2)

README.md

Lines changed: 1 addition & 1 deletion
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.5.2": hydra
8+
#import "@preview/hydra:0.6.0": hydra
99
1010
#set page(paper: "a7", margin: (y: 4em), numbering: "1", header: context {
1111
if calc.odd(here().page()) {

assets/manual.pdf

50 Bytes
Binary file not shown.

typst.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
entrypoint = "src/lib.typ"
33
name = "hydra"
4-
version = "0.5.2"
4+
version = "0.6.0"
55
compiler = "0.12.0"
66
authors = ["tinger <tinger@tinger.dev>"]
77
repository = "https://github.com/tingerrr/hydra"
88
description = "Query and display headings in your documents and templates."
99
categories = ["components", "scripting"]
1010
keywords = ["context", "chapter", "section", "heading"]
1111
license = "MIT"
12-
exclude = [ "assets", "docs", "tests", "CONTRIBUTING.md", "Justfile"]
12+
exclude = ["assets", "docs", "tests", "CONTRIBUTING.md", "Justfile"]

0 commit comments

Comments
 (0)