diff --git a/Cargo.lock b/Cargo.lock index e9057b93b..ab5ed2c5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2531,7 +2531,7 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" [[package]] name = "typst" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "az", "bitflags 2.4.2", @@ -2592,12 +2592,13 @@ dependencies = [ [[package]] name = "typst-assets" -version = "0.10.0" -source = "git+https://github.com/typst/typst-assets?rev=4d1211a#4d1211ab5ba8a02992a7362000e6dd422d44dd68" +version = "0.11.0-rc1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e43b98ec1d7969c329e3735e597bbe5e69076445a570f9634b30c8dc01c704ae" [[package]] name = "typst-cli" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "chrono", "clap", @@ -2649,7 +2650,7 @@ source = "git+https://github.com/typst/typst-dev-assets?rev=c63ab46#c63ab467b6d2 [[package]] name = "typst-docs" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "clap", "comemo", @@ -2672,7 +2673,7 @@ dependencies = [ [[package]] name = "typst-fuzz" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "comemo", "libfuzzer-sys", @@ -2684,7 +2685,7 @@ dependencies = [ [[package]] name = "typst-ide" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "comemo", "ecow", @@ -2697,7 +2698,7 @@ dependencies = [ [[package]] name = "typst-macros" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "heck", "proc-macro2", @@ -2707,7 +2708,7 @@ dependencies = [ [[package]] name = "typst-pdf" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "base64 0.22.0", "bytemuck", @@ -2731,7 +2732,7 @@ dependencies = [ [[package]] name = "typst-render" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "bytemuck", "comemo", @@ -2750,7 +2751,7 @@ dependencies = [ [[package]] name = "typst-svg" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "base64 0.22.0", "comemo", @@ -2766,7 +2767,7 @@ dependencies = [ [[package]] name = "typst-syntax" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "comemo", "ecow", @@ -2781,7 +2782,7 @@ dependencies = [ [[package]] name = "typst-tests" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "clap", "comemo", @@ -2804,7 +2805,7 @@ dependencies = [ [[package]] name = "typst-timing" -version = "0.10.0" +version = "0.11.0-rc1" dependencies = [ "parking_lot", "serde", diff --git a/Cargo.toml b/Cargo.toml index 10b362845..492b63342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"] resolver = "2" [workspace.package] -version = "0.10.0" +version = "0.11.0-rc1" rust-version = "1.74" # also change in ci.yml authors = ["The Typst Project Developers"] edition = "2021" @@ -16,16 +16,16 @@ categories = ["compilers"] keywords = ["typst"] [workspace.dependencies] -typst = { path = "crates/typst" } -typst-cli = { path = "crates/typst-cli" } -typst-ide = { path = "crates/typst-ide" } -typst-macros = { path = "crates/typst-macros" } -typst-pdf = { path = "crates/typst-pdf" } -typst-render = { path = "crates/typst-render" } -typst-svg = { path = "crates/typst-svg" } -typst-syntax = { path = "crates/typst-syntax" } -typst-timing = { path = "crates/typst-timing" } -typst-assets = { git = "https://github.com/typst/typst-assets", rev = "4d1211a" } +typst = { path = "crates/typst", version = "0.11.0-rc1" } +typst-cli = { path = "crates/typst-cli", version = "0.11.0-rc1" } +typst-ide = { path = "crates/typst-ide", version = "0.11.0-rc1" } +typst-macros = { path = "crates/typst-macros", version = "0.11.0-rc1" } +typst-pdf = { path = "crates/typst-pdf", version = "0.11.0-rc1" } +typst-render = { path = "crates/typst-render", version = "0.11.0-rc1" } +typst-svg = { path = "crates/typst-svg", version = "0.11.0-rc1" } +typst-syntax = { path = "crates/typst-syntax", version = "0.11.0-rc1" } +typst-timing = { path = "crates/typst-timing", version = "0.11.0-rc1" } +typst-assets = "0.11.0-rc1" typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "c63ab46" } az = "1.2" base64 = "0.22" diff --git a/docs/changelog.md b/docs/changelog.md index 62318664c..e9c0dbdc4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,7 +5,7 @@ description: | --- # Changelog -## Unreleased +## Version 0.11.0, Release Candidate 1 (March 9, 2024) { #v0.11.0-rc1 } - Tables (thanks to [@PgBiel](https://github.com/PgBiel)) - Tables are now _much_ more flexible - Added [`table.cell`] element for per-cell configuration @@ -265,6 +265,8 @@ description: | to `Smart`. It should only be set to `Smart::Custom` if you can provide a stable identifier (like the web app can). The CLI sets `Smart::Auto`. + + ## Version 0.10.0 (December 4, 2023) { #v0.10.0 } - Bibliography management - Added support for citation collapsing (e.g. `[[1]-[3]]` instead of