Skip to content

Commit 007b46c

Browse files
build: bump version to 0.14.21
1 parent 14e1e90 commit 007b46c

10 files changed

Lines changed: 49 additions & 49 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 15 additions & 15 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-rc2"
4+
version = "0.14.21"
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-rc2" }
233-
tinymist = { path = "./crates/tinymist/", version = "0.14.21-rc2", default-features = false }
234-
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.21-rc2" }
235-
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.21-rc2" }
236-
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.21-rc2" }
237-
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.21-rc2" }
238-
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.21-rc2" }
239-
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.21-rc2" }
240-
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.21-rc2" }
241-
typlite = { path = "./crates/typlite", version = "0.14.21-rc2", default-features = false }
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 }
242242

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

328328
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 = "005baa0ea29720f86c3c3702261aaddec8dff1ac" }
329+
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle.git", rev = "b57c0adf20880d9260e324193007318bdf077511" }
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 = "005b
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 = "57417b4d4fc9957174047a8ee9aff2e9b75ec86c" }
346-
reflexo-typst = { git = "https://github.com/ParaN3xus/typst.ts.git", rev = "57417b4d4fc9957174047a8ee9aff2e9b75ec86c" }
347-
reflexo-vec2svg = { git = "https://github.com/ParaN3xus/typst.ts.git", rev = "57417b4d4fc9957174047a8ee9aff2e9b75ec86c" }
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" }
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-rc2",
3+
"version": "0.14.21",
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-rc2";
29+
version = "0.14.21";
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-rc2",
3+
"version": "0.14.21",
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-rc2 .)
18-
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.21-rc2 -f lazyvim-dev/Dockerfile .)
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 .)
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-rc2 \
24+
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.21 \
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-rc2 as tinymist
18+
FROM myriaddreamin/tinymist:0.14.21 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.21-rc2 - [2026-06-01]
13+
## v0.14.21 - [2026-06-02]
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.19-rc9...v0.14.21-rc2
17+
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.14.19-rc9...v0.14.21
1818

1919
## v0.14.19-rc9 - [2026-05-30]
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.21-rc2",
3+
"version": "0.14.21",
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-rc2",
3+
"version": "0.14.21",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)