Skip to content

Commit ef309ca

Browse files
committed
Release Candidate 2
1 parent d8602ef commit ef309ca

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 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.12.0-rc1"
7+
version = "0.12.0-rc2"
88
rust-version = "1.77" # also change in ci.yml
99
authors = ["The Typst Project Developers"]
1010
edition = "2021"
@@ -16,18 +16,18 @@ keywords = ["typst"]
1616
readme = "README.md"
1717

1818
[workspace.dependencies]
19-
typst = { path = "crates/typst", version = "0.12.0-rc1" }
20-
typst-cli = { path = "crates/typst-cli", version = "0.12.0-rc1" }
21-
typst-ide = { path = "crates/typst-ide", version = "0.12.0-rc1" }
22-
typst-kit = { path = "crates/typst-kit", version = "0.12.0-rc1" }
23-
typst-macros = { path = "crates/typst-macros", version = "0.12.0-rc1" }
24-
typst-pdf = { path = "crates/typst-pdf", version = "0.12.0-rc1" }
25-
typst-render = { path = "crates/typst-render", version = "0.12.0-rc1" }
26-
typst-svg = { path = "crates/typst-svg", version = "0.12.0-rc1" }
27-
typst-syntax = { path = "crates/typst-syntax", version = "0.12.0-rc1" }
28-
typst-timing = { path = "crates/typst-timing", version = "0.12.0-rc1" }
29-
typst-utils = { path = "crates/typst-utils", version = "0.12.0-rc1" }
30-
typst-assets = "0.12.0-rc1"
19+
typst = { path = "crates/typst", version = "0.12.0-rc2" }
20+
typst-cli = { path = "crates/typst-cli", version = "0.12.0-rc2" }
21+
typst-ide = { path = "crates/typst-ide", version = "0.12.0-rc2" }
22+
typst-kit = { path = "crates/typst-kit", version = "0.12.0-rc2" }
23+
typst-macros = { path = "crates/typst-macros", version = "0.12.0-rc2" }
24+
typst-pdf = { path = "crates/typst-pdf", version = "0.12.0-rc2" }
25+
typst-render = { path = "crates/typst-render", version = "0.12.0-rc2" }
26+
typst-svg = { path = "crates/typst-svg", version = "0.12.0-rc2" }
27+
typst-syntax = { path = "crates/typst-syntax", version = "0.12.0-rc2" }
28+
typst-timing = { path = "crates/typst-timing", version = "0.12.0-rc2" }
29+
typst-utils = { path = "crates/typst-utils", version = "0.12.0-rc2" }
30+
typst-assets = "0.12.0-rc2"
3131
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "e9f8127" }
3232
arrayvec = "0.7.4"
3333
az = "1.2"

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |
66

77
# Changelog
88

9-
## Version 0.12.0, Release Candidate 1 (October 3, 2024) { #v0.12.0-rc1 }
9+
## Version 0.12.0, Release Candidate 2 (October 15, 2024) { #v0.12.0-rc2 }
1010
### Highlights { #_ }
1111
- Added support for multi-column floating [placement]($place.scope) and
1212
[figures]($figure.scope)
@@ -406,7 +406,7 @@ description: |
406406
- The `xz2` dependency used by the self-updater is now statically linked
407407
- The Dockerfile now has an `ENTRYPOINT` directive
408408

409-
<contributors from="v0.11.0" to="v0.12.0-rc1" />
409+
<contributors from="v0.11.0" to="v0.12.0-rc2" />
410410

411411
## Version 0.11.1 (May 17, 2024) { #v0.11.1 }
412412
- Security

0 commit comments

Comments
 (0)