Skip to content

Commit 2260930

Browse files
committed
Release: 0.1.0
1 parent c7c68b1 commit 2260930

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ page.
77
By default hydra also assumes that you use `a4` page size, see the FAQ if you use different page
88
size or margins.
99

10+
## Note on API
11+
The current API is subject to change in the next version when new features for general handling of
12+
headings is added.
13+
1014
## Example
1115
```typst
1216
#import "@preview/hydra:0.0.1": hydra

typst.toml

Lines changed: 1 addition & 1 deletion
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.0.1"
4+
version = "0.1.0"
55
compiler = "0.8.0"
66
authors = ["tinger <[email protected]>"]
77
repository = "https://github.com/tingerrr/hydra"

0 commit comments

Comments
 (0)