summaryrefslogtreecommitdiff
path: root/docs/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'docs/changelog')
-rw-r--r--docs/changelog/0.12.0.md (renamed from docs/changelog/unreleased.md)9
-rw-r--r--docs/changelog/welcome.md2
2 files changed, 7 insertions, 4 deletions
diff --git a/docs/changelog/unreleased.md b/docs/changelog/0.12.0.md
index bea49f04..835e2b1c 100644
--- a/docs/changelog/unreleased.md
+++ b/docs/changelog/0.12.0.md
@@ -1,9 +1,9 @@
---
-title: Unreleased
-description: Changes that are not yet released
+title: 0.12.0
+description: Changes in Typst 0.12.0
---
-# Unreleased changes
+# Version 0.12.0 (October 18, 2024)
## Highlights
- Added support for multi-column floating [placement]($place.scope) and
@@ -397,3 +397,6 @@ description: Changes that are not yet released
- Removed `Tracer` in favor of `Warned<T>` and `typst::trace` function
- The `xz2` dependency used by the self-updater is now statically linked
- The Dockerfile now has an `ENTRYPOINT` directive
+
+## Contributors
+<contributors from="v0.11.0" to="v0.12.0" />
diff --git a/docs/changelog/welcome.md b/docs/changelog/welcome.md
index 302c3ede..12b6b896 100644
--- a/docs/changelog/welcome.md
+++ b/docs/changelog/welcome.md
@@ -10,7 +10,7 @@ forward. This section documents all changes to Typst since its initial public
release.
## Versions
-- [Unreleased]($changelog/unreleased)
+- [Typst 0.12.0]($changelog/0.12.0)
- [Typst 0.11.1]($changelog/0.11.1)
- [Typst 0.11.0]($changelog/0.11.0)
- [Typst 0.10.0]($changelog/0.10.0)