Skip to content

Commit dd1e6e9

Browse files
committed
Version bump
1 parent 99737d8 commit dd1e6e9

File tree

4 files changed

+45
-45
lines changed

4 files changed

+45
-45
lines changed

Cargo.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"]
44
resolver = "2"
55

66
[workspace.package]
7-
version = "0.14.0-rc.2"
7+
version = "0.14.0"
88
rust-version = "1.88" # also change in ci.yml
99
authors = ["The Typst Project Developers"]
1010
edition = "2024"
@@ -16,24 +16,24 @@ keywords = ["typst"]
1616
readme = "README.md"
1717

1818
[workspace.dependencies]
19-
typst = { path = "crates/typst", version = "0.14.0-rc.2" }
20-
typst-cli = { path = "crates/typst-cli", version = "0.14.0-rc.2" }
21-
typst-eval = { path = "crates/typst-eval", version = "0.14.0-rc.2" }
22-
typst-html = { path = "crates/typst-html", version = "0.14.0-rc.2" }
23-
typst-ide = { path = "crates/typst-ide", version = "0.14.0-rc.2" }
24-
typst-kit = { path = "crates/typst-kit", version = "0.14.0-rc.2" }
25-
typst-layout = { path = "crates/typst-layout", version = "0.14.0-rc.2" }
26-
typst-library = { path = "crates/typst-library", version = "0.14.0-rc.2" }
27-
typst-macros = { path = "crates/typst-macros", version = "0.14.0-rc.2" }
28-
typst-pdf = { path = "crates/typst-pdf", version = "0.14.0-rc.2" }
29-
typst-realize = { path = "crates/typst-realize", version = "0.14.0-rc.2" }
30-
typst-render = { path = "crates/typst-render", version = "0.14.0-rc.2" }
31-
typst-svg = { path = "crates/typst-svg", version = "0.14.0-rc.2" }
32-
typst-syntax = { path = "crates/typst-syntax", version = "0.14.0-rc.2" }
33-
typst-timing = { path = "crates/typst-timing", version = "0.14.0-rc.2" }
34-
typst-utils = { path = "crates/typst-utils", version = "0.14.0-rc.2" }
35-
typst-assets = "0.14.0-rc.2"
36-
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "5bb5393" }
19+
typst = { path = "crates/typst", version = "0.14.0" }
20+
typst-cli = { path = "crates/typst-cli", version = "0.14.0" }
21+
typst-eval = { path = "crates/typst-eval", version = "0.14.0" }
22+
typst-html = { path = "crates/typst-html", version = "0.14.0" }
23+
typst-ide = { path = "crates/typst-ide", version = "0.14.0" }
24+
typst-kit = { path = "crates/typst-kit", version = "0.14.0" }
25+
typst-layout = { path = "crates/typst-layout", version = "0.14.0" }
26+
typst-library = { path = "crates/typst-library", version = "0.14.0" }
27+
typst-macros = { path = "crates/typst-macros", version = "0.14.0" }
28+
typst-pdf = { path = "crates/typst-pdf", version = "0.14.0" }
29+
typst-realize = { path = "crates/typst-realize", version = "0.14.0" }
30+
typst-render = { path = "crates/typst-render", version = "0.14.0" }
31+
typst-svg = { path = "crates/typst-svg", version = "0.14.0" }
32+
typst-syntax = { path = "crates/typst-syntax", version = "0.14.0" }
33+
typst-timing = { path = "crates/typst-timing", version = "0.14.0" }
34+
typst-utils = { path = "crates/typst-utils", version = "0.14.0" }
35+
typst-assets = "0.14.0"
36+
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", tag = "v0.14.0" }
3737
arrayvec = "0.7.4"
3838
az = "1.2"
3939
base64 = "0.22"

docs/changelog/0.14.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 0.14.0
33
description: Changes in Typst 0.14.0
44
---
55

6-
# Version 0.14.0, Release Candidate 2 (October 17, 2025) { #v0.14.0-rc.2 }
6+
# Version 0.14.0 (October 24, 2025) { #v0.14.0 }
77

88
## Highlights
99
- Typst now produces [_accessible_ PDFs]($guides/accessibility) out of the box, with opt-in support for stricter checks and conformance to PDF/UA-1
@@ -293,4 +293,4 @@ _Thanks to [@mkorje](https://github.com/mkorje) for his work on math!_
293293
- The Docker container now has the optional non-root user `typst` [#7058]
294294

295295
## Contributors
296-
<contributors from="v0.13.0" to="v0.14.0-rc.2" />
296+
<contributors from="v0.13.0" to="v0.14.0" />

docs/changelog/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ forward. This section documents all changes to Typst since its initial public
1010
release.
1111

1212
## Versions
13-
- [Typst 0.14.0 (Release Candidate 2)]($changelog/0.14.0)
13+
- [Typst 0.14.0]($changelog/0.14.0)
1414
- [Typst 0.13.1]($changelog/0.13.1)
1515
- [Typst 0.13.0]($changelog/0.13.0)
1616
- [Typst 0.12.0]($changelog/0.12.0)

0 commit comments

Comments
 (0)