Skip to content

Commit eb03d48

Browse files
build: bump version to 0.14.19-rc6
1 parent 3c6a49b commit eb03d48

10 files changed

Lines changed: 46 additions & 46 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace.package]
22
description = "An integrated language service for Typst."
33
authors = ["Myriad-Dreamin <camiyoru@gmail.com>", "Nathan Varner"]
4-
version = "0.14.19-rc5"
4+
version = "0.14.19-rc6"
55
edition = "2024"
66
readme = "README.md"
77
license = "Apache-2.0"
@@ -226,16 +226,16 @@ typst-shim = { path = "./crates/typst-shim", version = "0.14.6" }
226226

227227
tinymist-tests = { path = "./crates/tinymist-tests/" }
228228

229-
sync-ls = { path = "./crates/sync-lsp", version = "0.14.19-rc5" }
230-
tinymist = { path = "./crates/tinymist/", version = "0.14.19-rc5", default-features = false }
231-
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.19-rc5" }
232-
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.19-rc5" }
233-
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.19-rc5" }
234-
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.19-rc5" }
235-
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.19-rc5" }
236-
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.19-rc5" }
237-
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.19-rc5" }
238-
typlite = { path = "./crates/typlite", version = "0.14.19-rc5", default-features = false }
229+
sync-ls = { path = "./crates/sync-lsp", version = "0.14.19-rc6" }
230+
tinymist = { path = "./crates/tinymist/", version = "0.14.19-rc6", default-features = false }
231+
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.19-rc6" }
232+
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.19-rc6" }
233+
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.19-rc6" }
234+
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.19-rc6" }
235+
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.19-rc6" }
236+
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.19-rc6" }
237+
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.19-rc6" }
238+
typlite = { path = "./crates/typlite", version = "0.14.19-rc6", default-features = false }
239239

240240
cmark-writer = { path = "crates/cmark-writer", version = "0.9.0", features = [
241241
"gfm",
@@ -335,9 +335,9 @@ typst-eval = { git = "https://github.com/Myriad-Dreamin/typst.git", rev = "d95f4
335335
# These patches use a different version of `reflexo`.
336336
#
337337
# A regular build MUST use `tag` or `rev` to specify the version of the patched crate to ensure stability.
338-
reflexo = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "009beddfab13a6a0d63a769c65758b33b08d7f76" }
339-
reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "009beddfab13a6a0d63a769c65758b33b08d7f76" }
340-
reflexo-vec2svg = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "009beddfab13a6a0d63a769c65758b33b08d7f76" }
338+
reflexo = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "cd0edeff8836a93674f7a756b4543c0af4bcdde3" }
339+
reflexo-typst = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "cd0edeff8836a93674f7a756b4543c0af4bcdde3" }
340+
reflexo-vec2svg = { git = "https://github.com/Myriad-Dreamin/typst.ts/", rev = "cd0edeff8836a93674f7a756b4543c0af4bcdde3" }
341341

342342
# These patches use local `reflexo` for development.
343343
# reflexo = { path = "../typst.ts/crates/reflexo/" }

contrib/html/editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymist-vscode-html",
3-
"version": "0.14.19-rc5",
3+
"version": "0.14.19-rc6",
44
"description": "Extending Typst with HTML features",
55
"keywords": [
66
"html",

contrib/nix/dev/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
pname = "tinymist";
2727
# Please update the corresponding vscode extension when updating
2828
# this derivation.
29-
version = "0.14.19-rc5";
29+
version = "0.14.19-rc6";
3030

3131
src = pkgs.lib.cleanSource ../../..;
3232

crates/tinymist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymist-web",
3-
"version": "0.14.19-rc5",
3+
"version": "0.14.19-rc6",
44
"description": "WASM module for running tinymist analyzers in JavaScript environment.",
55
"author": "Myriad-Dreamin",
66
"license": "Apache-2.0",

editors/neovim/bootstrap.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ else
1414
exit 1
1515
fi
1616

17-
(cd ../.. && docker build -t myriaddreamin/tinymist:0.14.19-rc5 .)
18-
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.19-rc5 -f lazyvim-dev/Dockerfile .)
17+
(cd ../.. && docker build -t myriaddreamin/tinymist:0.14.19-rc6 .)
18+
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.19-rc6 -f lazyvim-dev/Dockerfile .)
1919
docker run --rm -it \
2020
-v $PWD/../../tests/workspaces:/home/runner/dev/workspaces \
2121
-v $PWD:/home/runner/dev \
2222
-v $PWD/target/.local:/home/runner/.local \
2323
-v $PWD/target/.cache:/home/runner/.cache \
24-
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.19-rc5 \
24+
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.19-rc6 \
2525
$DOCKER_ARGS

editors/neovim/samples/lazyvim-dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN git clone --filter=blob:none --branch stable https://github.com/neovim/neovi
1515
USER root
1616
RUN cd neovim/build && cpack -G DEB && dpkg -i nvim-linux-x86_64.deb
1717

18-
FROM myriaddreamin/tinymist:0.14.19-rc5 as tinymist
18+
FROM myriaddreamin/tinymist:0.14.19-rc6 as tinymist
1919

2020
FROM debian:12
2121

editors/vscode/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ The changelog lines unspecified with authors are all written by the @Myriad-Drea
1010
- [CHANGELOG-2025.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/CHANGELOG/CHANGELOG-2025.md)
1111
- [CHANGELOG-2024.md](https://github.com/Myriad-Dreamin/tinymist/blob/main/CHANGELOG/CHANGELOG-2024.md)
1212

13-
## v0.14.19-rc5 - [2026-05-20]
13+
## v0.14.19-rc6 - [2026-05-21]
1414

1515
Nightly Release at [dev: add crate-local mock harnesses for vfs, world, and project tests (#2503)](https://github.com/Myriad-Dreamin/tinymist/commit/4e93d9f341af0314851a6be0124e2afece356556), using [ParaN3xus/typst rev d95f4b6](https://github.com/ParaN3xus/typst/commit/d95f4b695cb803885d997134dbf56f9d01b84971), a.k.a. [typst/typst Add tests for MathML](https://github.com/typst/typst/commit/de6f400976f9bf6ab8b923d13a068722959d0070).
1616

17-
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.14.18...v0.14.19-rc5
17+
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.14.18...v0.14.19-rc6
1818

1919
## v0.14.18 - [2026-05-10]
2020

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymist",
3-
"version": "0.14.19-rc5",
3+
"version": "0.14.19-rc6",
44
"description": "%description%",
55
"keywords": [
66
"typst",

syntaxes/textmate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typst-textmate",
3-
"version": "0.14.19-rc5",
3+
"version": "0.14.19-rc6",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)