Skip to content

Commit 5011510

Browse files
committed
Version bump
1 parent 59d545d commit 5011510

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
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: 12 additions & 12 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.11.0"
7+
version = "0.11.1"
88
rust-version = "1.74" # also change in ci.yml
99
authors = ["The Typst Project Developers"]
1010
edition = "2021"
@@ -16,17 +16,17 @@ keywords = ["typst"]
1616
readme = "README.md"
1717

1818
[workspace.dependencies]
19-
typst = { path = "crates/typst", version = "0.11.0" }
20-
typst-cli = { path = "crates/typst-cli", version = "0.11.0" }
21-
typst-ide = { path = "crates/typst-ide", version = "0.11.0" }
22-
typst-macros = { path = "crates/typst-macros", version = "0.11.0" }
23-
typst-pdf = { path = "crates/typst-pdf", version = "0.11.0" }
24-
typst-render = { path = "crates/typst-render", version = "0.11.0" }
25-
typst-svg = { path = "crates/typst-svg", version = "0.11.0" }
26-
typst-syntax = { path = "crates/typst-syntax", version = "0.11.0" }
27-
typst-timing = { path = "crates/typst-timing", version = "0.11.0" }
28-
typst-assets = "0.11.0"
29-
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "ee8ae61cca138dc92f9d818fc7f2fc046d0148c5" }
19+
typst = { path = "crates/typst", version = "0.11.1" }
20+
typst-cli = { path = "crates/typst-cli", version = "0.11.1" }
21+
typst-ide = { path = "crates/typst-ide", version = "0.11.1" }
22+
typst-macros = { path = "crates/typst-macros", version = "0.11.1" }
23+
typst-pdf = { path = "crates/typst-pdf", version = "0.11.1" }
24+
typst-render = { path = "crates/typst-render", version = "0.11.1" }
25+
typst-svg = { path = "crates/typst-svg", version = "0.11.1" }
26+
typst-syntax = { path = "crates/typst-syntax", version = "0.11.1" }
27+
typst-timing = { path = "crates/typst-timing", version = "0.11.1" }
28+
typst-assets = "0.11.1"
29+
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", tag = "v0.11.1" }
3030
az = "1.2"
3131
base64 = "0.22"
3232
bitflags = { version = "2", features = ["serde"] }

docs/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |
55
---
66

77
# Changelog
8-
## Unreleased
8+
## Version 0.11.1 (May 17, 2024) { #v0.11.1 }
99
- Security
1010
- Fixed a vulnerability where image files at known paths could be embedded
1111
into the PDF even if they were outside of the project directory
@@ -59,6 +59,8 @@ description: |
5959
properly escaped
6060
- Fixed various documentation errors
6161

62+
<contributors from="v0.11.0" to="v0.11.1" />
63+
6264
## Version 0.11.0 (March 15, 2024) { #v0.11.0 }
6365
- Tables (thanks to [@PgBiel](https://github.com/PgBiel))
6466
- Tables are now _much_ more flexible, read the new

0 commit comments

Comments
 (0)