summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-03-15 15:54:53 +0100
committerLaurenz <laurmaedje@gmail.com>2024-03-15 16:03:45 +0100
commit2bf9f95dd83f2ceef1e32ae1847a162c7d193f76 (patch)
treee65233face4e690c60479c1dbcc8748aebe07699
parentfaca50a240b25a935f9ce310af55d0be51f64303 (diff)
Version bumpv0.11.0
-rw-r--r--Cargo.lock33
-rw-r--r--Cargo.toml24
-rw-r--r--docs/changelog.md4
3 files changed, 32 insertions, 29 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3b497b2d..e054eace 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2510,7 +2510,7 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
[[package]]
name = "typst"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"az",
"bitflags 2.4.2",
@@ -2571,12 +2571,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"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f13f85360328da54847dd7fefaf272dfa5b6d1fdeb53f32938924c39bf5b2c6c"
[[package]]
name = "typst-cli"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"chrono",
"clap",
@@ -2621,12 +2622,12 @@ dependencies = [
[[package]]
name = "typst-dev-assets"
-version = "0.10.0"
-source = "git+https://github.com/typst/typst-dev-assets?rev=2eec695#2eec695af4b8b32c079e549b78c64ef7ff5d5fff"
+version = "0.11.0"
+source = "git+https://github.com/typst/typst-dev-assets?tag=v0.11.0#e0ef7ad46f28a440c41bc8e78563ace86cc02678"
[[package]]
name = "typst-docs"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"clap",
"comemo",
@@ -2649,7 +2650,7 @@ dependencies = [
[[package]]
name = "typst-fuzz"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"comemo",
"libfuzzer-sys",
@@ -2661,7 +2662,7 @@ dependencies = [
[[package]]
name = "typst-ide"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"comemo",
"ecow",
@@ -2674,7 +2675,7 @@ dependencies = [
[[package]]
name = "typst-macros"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"heck",
"proc-macro2",
@@ -2684,7 +2685,7 @@ dependencies = [
[[package]]
name = "typst-pdf"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"base64 0.22.0",
"bytemuck",
@@ -2708,7 +2709,7 @@ dependencies = [
[[package]]
name = "typst-render"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"bytemuck",
"comemo",
@@ -2727,7 +2728,7 @@ dependencies = [
[[package]]
name = "typst-svg"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"base64 0.22.0",
"comemo",
@@ -2743,7 +2744,7 @@ dependencies = [
[[package]]
name = "typst-syntax"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"comemo",
"ecow",
@@ -2758,7 +2759,7 @@ dependencies = [
[[package]]
name = "typst-tests"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"clap",
"comemo",
@@ -2781,7 +2782,7 @@ dependencies = [
[[package]]
name = "typst-timing"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"parking_lot",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index ec69bfa6..689cb8f9 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"
rust-version = "1.74" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"
@@ -16,17 +16,17 @@ keywords = ["typst"]
readme = "README.md"
[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-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "2eec695" }
+typst = { path = "crates/typst", version = "0.11.0" }
+typst-cli = { path = "crates/typst-cli", version = "0.11.0" }
+typst-ide = { path = "crates/typst-ide", version = "0.11.0" }
+typst-macros = { path = "crates/typst-macros", version = "0.11.0" }
+typst-pdf = { path = "crates/typst-pdf", version = "0.11.0" }
+typst-render = { path = "crates/typst-render", version = "0.11.0" }
+typst-svg = { path = "crates/typst-svg", version = "0.11.0" }
+typst-syntax = { path = "crates/typst-syntax", version = "0.11.0" }
+typst-timing = { path = "crates/typst-timing", version = "0.11.0" }
+typst-assets = "0.11.0"
+typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", tag = "v0.11.0" }
az = "1.2"
base64 = "0.22"
bitflags = { version = "2", features = ["serde"] }
diff --git a/docs/changelog.md b/docs/changelog.md
index 6b99f154..34652f42 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -5,7 +5,7 @@ description: |
---
# Changelog
-## Unreleased
+## Version 0.11.0 (March 15, 2024) { #v0.11.0 }
- Tables (thanks to [@PgBiel](https://github.com/PgBiel))
- Tables are now _much_ more flexible, read the new
[table guide]($guides/table-guide) to get started
@@ -271,6 +271,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`.
+<contributors from="v0.10.0" to="v0.11.0" />
+
## Version 0.10.0 (December 4, 2023) { #v0.10.0 }
- Bibliography management
- Added support for citation collapsing (e.g. `[[1]-[3]]` instead of