Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed May 17, 2024
1 parent 59d545d commit 5011510
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 29 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = ["crates/typst-cli"]
resolver = "2"

[workspace.package]
version = "0.11.0"
version = "0.11.1"
rust-version = "1.74" # also change in ci.yml
authors = ["The Typst Project Developers"]
edition = "2021"
Expand All @@ -16,17 +16,17 @@ keywords = ["typst"]
readme = "README.md"

[workspace.dependencies]
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", rev = "ee8ae61cca138dc92f9d818fc7f2fc046d0148c5" }
typst = { path = "crates/typst", version = "0.11.1" }
typst-cli = { path = "crates/typst-cli", version = "0.11.1" }
typst-ide = { path = "crates/typst-ide", version = "0.11.1" }
typst-macros = { path = "crates/typst-macros", version = "0.11.1" }
typst-pdf = { path = "crates/typst-pdf", version = "0.11.1" }
typst-render = { path = "crates/typst-render", version = "0.11.1" }
typst-svg = { path = "crates/typst-svg", version = "0.11.1" }
typst-syntax = { path = "crates/typst-syntax", version = "0.11.1" }
typst-timing = { path = "crates/typst-timing", version = "0.11.1" }
typst-assets = "0.11.1"
typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", tag = "v0.11.1" }
az = "1.2"
base64 = "0.22"
bitflags = { version = "2", features = ["serde"] }
Expand Down
4 changes: 3 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: |
---

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

<contributors from="v0.11.0" to="v0.11.1" />

## 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
Expand Down

0 comments on commit 5011510

Please sign in to comment.