Skip to content

Commit

Permalink
release: v0.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tingerrr committed Feb 18, 2025
1 parent d545598 commit c465575
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# [unreleased](https://github.com/tingerrr/tytanic/releases/tags/)
## Highlights

## Changes

## Fixes

---

# [v0.2.0-rc1](https://github.com/tingerrr/tytanic/releases/tags/v0.2.0-rc1)
## Changes
- Updated to Typst `0.13.0-rc1`
- Added `--[no-]use-embedded-fonts`
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*"]

[workspace.package]
version = "0.1.3"
version = "0.2.0-rc1"
# must match ci.yml
rust-version = "1.80"
authors = ["tingerrr <tinger@tinger.dev>"]
Expand All @@ -16,9 +16,9 @@ keywords = ["typst", "test"]
readme = "README.md"

[workspace.dependencies]
tytanic-core = { version = "0.1.3", path = "crates/tytanic-core" }
tytanic-filter = { version = "0.1.3", path = "crates/tytanic-filter" }
tytanic-utils = { version = "0.1.3", path = "crates/tytanic-utils" }
tytanic-core = { version = "0.2.0-rc1", path = "crates/tytanic-core" }
tytanic-filter = { version = "0.2.0-rc1", path = "crates/tytanic-filter" }
tytanic-utils = { version = "0.2.0-rc1", path = "crates/tytanic-utils" }

chrono = "0.4.38"
clap = "4.4.12"
Expand Down
3 changes: 2 additions & 1 deletion docs/book/src/reference/compat.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ The following table describes all Tytanic and Typst verions and how they corresp
|---|---|---|
|`<= v0.11.1`|none|unsupported|
|`== v0.12.0`|`v0.1.0 .. v0.1.3`|
|`>= v0.13.0-rc1`|`main` (nightly)|
|`== v0.13.0-rc1`|`v0.2.0-rc1`|
|`>= v0.13.0`|unsupported|

0 comments on commit c465575

Please sign in to comment.