summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-06-30 16:21:22 +0200
committerLaurenz <laurmaedje@gmail.com>2023-06-30 16:21:57 +0200
commit2dfd44fedd99ab9414c17f358179e1c37e953f30 (patch)
treef6ee2d8e21b41eeb7339c809ee391e3f478b6ecb /docs
parent33a3607dea26543299bcd683286bd51a8cfbffa5 (diff)
Version bumpv0.6.0
Diffstat (limited to 'docs')
-rw-r--r--docs/src/general/changelog.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/src/general/changelog.md b/docs/src/general/changelog.md
index ae02945d..95808fab 100644
--- a/docs/src/general/changelog.md
+++ b/docs/src/general/changelog.md
@@ -5,7 +5,7 @@ description: |
---
# Changelog
-## Unreleased
+## Version 0.6.0 (June 30, 2023) { #v0.6.0 }
- Package Management
- Typst now has built-in [package management]($scripting/#packages)
- You can import [published]($packages) community packages or create and use
@@ -54,15 +54,17 @@ description: |
- Added some hints for error messages
- Added some missing syntaxes for [`raw`]($func/raw) highlighting
- Improved rendering of rotated images in PNG export and web app
- - Made [footnotes]($func/footnote) reusable and referencable
+ - Made [footnotes]($func/footnote) reusable and referenceable
- Fixed bug with citations and bibliographies in [`locate`]($func/locate)
- Fixed inconsistent tense in documentation
- Development
- Added [contribution guide](https://github.com/typst/typst/blob/main/CONTRIBUTING.md)
- - Reworked `World` interface to accommodate for package managment and make
+ - Reworked `World` interface to accommodate for package management and make
it a bit simpler to implement _(Breaking change for implementors)_
+<contributors from="v0.5.0" to="v0.6.0" />
+
## Version 0.5.0 (June 9, 2023) { #v0.5.0 }
- Text and Layout
- Added [`raw`]($func/raw) syntax highlighting for many more languages