diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Cargo.toml | 3 | ||||
| -rw-r--r-- | docs/src/general/changelog.md | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/Cargo.toml b/docs/Cargo.toml index ac21b20c..f86df530 100644 --- a/docs/Cargo.toml +++ b/docs/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "typst-docs" -version = "0.0.0" +version = "0.1.0" authors = ["The Typst Project Developers"] edition = "2021" +publish = false [lib] doctest = false diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md index a2b2ae9d..317afc30 100644 --- a/docs/src/general/changelog.md +++ b/docs/src/general/changelog.md @@ -5,7 +5,7 @@ description: | --- # Changelog -## Unreleased +## April 04, 2023 (v0.1) - **Breaking changes:** - When using the CLI, you now have to use subcommands: - `typst compile file.typ` or `typst c file.typ` to create a PDF |
