Skip to content

Commit 93636c0

Browse files
build: bump version to 0.14.23-rc1
1 parent e883192 commit 93636c0

10 files changed

Lines changed: 55 additions & 49 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 16 additions & 16 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.21"
4+
version = "0.14.23-rc1"
55
edition = "2024"
66
readme = "README.md"
77
license = "Apache-2.0"
@@ -229,16 +229,16 @@ typst-shim = { path = "./crates/typst-shim", version = "0.14.6", features = ["ni
229229

230230
tinymist-tests = { path = "./crates/tinymist-tests/" }
231231

232-
sync-ls = { path = "./crates/sync-lsp", version = "0.14.21" }
233-
tinymist = { path = "./crates/tinymist/", version = "0.14.21", default-features = false }
234-
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.21" }
235-
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.21" }
236-
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.21" }
237-
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.21" }
238-
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.21" }
239-
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.21" }
240-
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.21" }
241-
typlite = { path = "./crates/typlite", version = "0.14.21", default-features = false }
232+
sync-ls = { path = "./crates/sync-lsp", version = "0.14.23-rc1" }
233+
tinymist = { path = "./crates/tinymist/", version = "0.14.23-rc1", default-features = false }
234+
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.23-rc1" }
235+
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.23-rc1" }
236+
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.23-rc1" }
237+
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.23-rc1" }
238+
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.23-rc1" }
239+
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.23-rc1" }
240+
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.23-rc1" }
241+
typlite = { path = "./crates/typlite", version = "0.14.23-rc1", default-features = false }
242242

243243
cmark-writer = { path = "crates/cmark-writer", version = "0.9.0", features = [
244244
"gfm",
@@ -325,8 +325,8 @@ typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", rev = "d95f4b69
325325
typst-timing = { git = "https://github.com/ParaN3xus/typst.git", rev = "d95f4b695cb803885d997134dbf56f9d01b84971" }
326326
typst-utils = { git = "https://github.com/ParaN3xus/typst.git", rev = "d95f4b695cb803885d997134dbf56f9d01b84971" }
327327

328-
typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", rev = "3b865a1282e273bd5f7ac90a18e20090c77e590d" }
329-
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle.git", rev = "b57c0adf20880d9260e324193007318bdf077511" }
328+
typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", rev = "8065e4fea1a4dec14583f3fb88ca618185b04dd3" }
329+
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle.git", rev = "3ac7c695662878c36ddde8ceb752f5369f35e48d" }
330330

331331
# These patches use local `typst` for development.
332332
# typst = { path = "../typst/crates/typst" }
@@ -342,9 +342,9 @@ typstyle-core = { git = "https://github.com/ParaN3xus/typstyle.git", rev = "b57c
342342
# These patches use a different version of `reflexo`.
343343
#
344344
# A regular build MUST use `tag` or `rev` to specify the version of the patched crate to ensure stability.
345-
reflexo = { git = "https://github.com/ParaN3xus/typst.ts.git", rev = "5eb50ca24099571daa66c40de6cab25f06c1c120" }
346-
reflexo-typst = { git = "https://github.com/ParaN3xus/typst.ts.git", rev = "5eb50ca24099571daa66c40de6cab25f06c1c120" }
347-
reflexo-vec2svg = { git = "https://github.com/ParaN3xus/typst.ts.git", rev = "5eb50ca24099571daa66c40de6cab25f06c1c120" }
345+
reflexo = { git = "https://github.com/ParaN3xus/typst.ts.git", rev = "4518dae78d3c738e7aa2c3472162910898a35a7c" }
346+
reflexo-typst = { git = "https://github.com/ParaN3xus/typst.ts.git", rev = "4518dae78d3c738e7aa2c3472162910898a35a7c" }
347+
reflexo-vec2svg = { git = "https://github.com/ParaN3xus/typst.ts.git", rev = "4518dae78d3c738e7aa2c3472162910898a35a7c" }
348348

349349
# These patches use local `reflexo` for development.
350350
# 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.21",
3+
"version": "0.14.23-rc1",
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.21";
29+
version = "0.14.23-rc1";
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.21",
3+
"version": "0.14.23-rc1",
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.21 .)
18-
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.21 -f lazyvim-dev/Dockerfile .)
17+
(cd ../.. && docker build -t myriaddreamin/tinymist:0.14.23-rc1 .)
18+
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.23-rc1 -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.21 \
24+
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.23-rc1 \
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.21 as tinymist
18+
FROM myriaddreamin/tinymist:0.14.23-rc1 as tinymist
1919

2020
FROM debian:12
2121

editors/vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ 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.23-rc1 - [2026-06-04]
14+
15+
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).
16+
17+
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.14.21...v0.14.23-rc1
18+
1319
## v0.14.21 - [2026-06-02]
1420

1521
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).

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.21",
3+
"version": "0.14.23-rc1",
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.21",
3+
"version": "0.14.23-rc1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)