Version bump

This commit is contained in:
Laurenz 2025-03-07 11:13:08 +01:00
parent 81e9bc7c8f
commit 8ace67d942
3 changed files with 46 additions and 43 deletions

46
Cargo.lock generated
View File

@ -2735,7 +2735,7 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
[[package]]
name = "typst"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"comemo",
"ecow",
@ -2752,13 +2752,13 @@ dependencies = [
[[package]]
name = "typst-assets"
version = "0.13.0"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1051c56bbbf74d31ea6c6b1661e62fa0ebb8104403ee53f6dcd321600426e0b6"
checksum = "b5bf0cc3c2265502b51fcb73147cc7c951ceb694507195b93c2ab0b901abb902"
[[package]]
name = "typst-cli"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"chrono",
"clap",
@ -2803,12 +2803,12 @@ dependencies = [
[[package]]
name = "typst-dev-assets"
version = "0.13.0"
source = "git+https://github.com/typst/typst-dev-assets?tag=v0.13.0#61aebe9575a5abff889f76d73c7b01dc8e17e340"
version = "0.13.1"
source = "git+https://github.com/typst/typst-dev-assets?tag=v0.13.1#9879589f4b3247b12c5e694d0d7fa86d4d8a198e"
[[package]]
name = "typst-docs"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"clap",
"ecow",
@ -2831,7 +2831,7 @@ dependencies = [
[[package]]
name = "typst-eval"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"comemo",
"ecow",
@ -2849,7 +2849,7 @@ dependencies = [
[[package]]
name = "typst-fuzz"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"comemo",
"libfuzzer-sys",
@ -2861,7 +2861,7 @@ dependencies = [
[[package]]
name = "typst-html"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"comemo",
"ecow",
@ -2875,7 +2875,7 @@ dependencies = [
[[package]]
name = "typst-ide"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"comemo",
"ecow",
@ -2892,7 +2892,7 @@ dependencies = [
[[package]]
name = "typst-kit"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"dirs",
"ecow",
@ -2915,7 +2915,7 @@ dependencies = [
[[package]]
name = "typst-layout"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"az",
"bumpalo",
@ -2945,7 +2945,7 @@ dependencies = [
[[package]]
name = "typst-library"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"az",
"bitflags 2.8.0",
@ -3005,7 +3005,7 @@ dependencies = [
[[package]]
name = "typst-macros"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"heck",
"proc-macro2",
@ -3015,7 +3015,7 @@ dependencies = [
[[package]]
name = "typst-pdf"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"arrayvec",
"base64",
@ -3041,7 +3041,7 @@ dependencies = [
[[package]]
name = "typst-realize"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"arrayvec",
"bumpalo",
@ -3057,7 +3057,7 @@ dependencies = [
[[package]]
name = "typst-render"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"bytemuck",
"comemo",
@ -3073,7 +3073,7 @@ dependencies = [
[[package]]
name = "typst-svg"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"base64",
"comemo",
@ -3091,7 +3091,7 @@ dependencies = [
[[package]]
name = "typst-syntax"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"ecow",
"serde",
@ -3107,7 +3107,7 @@ dependencies = [
[[package]]
name = "typst-tests"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"clap",
"comemo",
@ -3132,7 +3132,7 @@ dependencies = [
[[package]]
name = "typst-timing"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"parking_lot",
"serde",
@ -3142,7 +3142,7 @@ dependencies = [
[[package]]
name = "typst-utils"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"once_cell",
"portable-atomic",

View File

@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"]
resolver = "2"
[workspace.package]
version = "0.13.0"
version = "0.13.1"
rust-version = "1.80" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"
@ -16,24 +16,24 @@ keywords = ["typst"]
readme = "README.md"
[workspace.dependencies]
typst = { path = "crates/typst", version = "0.13.0" }
typst-cli = { path = "crates/typst-cli", version = "0.13.0" }
typst-eval = { path = "crates/typst-eval", version = "0.13.0" }
typst-html = { path = "crates/typst-html", version = "0.13.0" }
typst-ide = { path = "crates/typst-ide", version = "0.13.0" }
typst-kit = { path = "crates/typst-kit", version = "0.13.0" }
typst-layout = { path = "crates/typst-layout", version = "0.13.0" }
typst-library = { path = "crates/typst-library", version = "0.13.0" }
typst-macros = { path = "crates/typst-macros", version = "0.13.0" }
typst-pdf = { path = "crates/typst-pdf", version = "0.13.0" }
typst-realize = { path = "crates/typst-realize", version = "0.13.0" }
typst-render = { path = "crates/typst-render", version = "0.13.0" }
typst-svg = { path = "crates/typst-svg", version = "0.13.0" }
typst-syntax = { path = "crates/typst-syntax", version = "0.13.0" }
typst-timing = { path = "crates/typst-timing", version = "0.13.0" }
typst-utils = { path = "crates/typst-utils", version = "0.13.0" }
typst-assets = "0.13.0"
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", tag = "v0.13.0" }
typst = { path = "crates/typst", version = "0.13.1" }
typst-cli = { path = "crates/typst-cli", version = "0.13.1" }
typst-eval = { path = "crates/typst-eval", version = "0.13.1" }
typst-html = { path = "crates/typst-html", version = "0.13.1" }
typst-ide = { path = "crates/typst-ide", version = "0.13.1" }
typst-kit = { path = "crates/typst-kit", version = "0.13.1" }
typst-layout = { path = "crates/typst-layout", version = "0.13.1" }
typst-library = { path = "crates/typst-library", version = "0.13.1" }
typst-macros = { path = "crates/typst-macros", version = "0.13.1" }
typst-pdf = { path = "crates/typst-pdf", version = "0.13.1" }
typst-realize = { path = "crates/typst-realize", version = "0.13.1" }
typst-render = { path = "crates/typst-render", version = "0.13.1" }
typst-svg = { path = "crates/typst-svg", version = "0.13.1" }
typst-syntax = { path = "crates/typst-syntax", version = "0.13.1" }
typst-timing = { path = "crates/typst-timing", version = "0.13.1" }
typst-utils = { path = "crates/typst-utils", version = "0.13.1" }
typst-assets = "0.13.1"
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", tag = "v0.13.1" }
arrayvec = "0.7.4"
az = "1.2"
base64 = "0.22"

View File

@ -3,7 +3,7 @@ title: 0.13.1
description: Changes in Typst 0.13.1
---
# Version 0.13.1
# Version 0.13.1 (March 7, 2025)
## Command Line Interface
- Fixed high CPU usage for `typst watch` on Linux. Depending on the project
@ -24,3 +24,6 @@ description: Changes in Typst 0.13.1
## Deprecations
- Fixed false positives in deprecation warnings for type/str comparisons
## Contributors
<contributors from="v0.13.0" to="v0.13.1" />