Skip to content

Commit 49b1969

Browse files
build: bump version to 0.14.10 (#2375)
+tag v0.14.10
1 parent 28ea2ac commit 49b1969

File tree

11 files changed

+46
-46
lines changed

11 files changed

+46
-46
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 12 additions & 12 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.10-rc2"
4+
version = "0.14.10"
55
edition = "2024"
66
readme = "README.md"
77
license = "Apache-2.0"
@@ -191,7 +191,7 @@ insta-cmd = "0.6.0"
191191

192192

193193
# Our Own Crates
194-
tinymist-assets = { version = "=0.14.10-rc2" }
194+
tinymist-assets = { version = "=0.14.10" }
195195

196196
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.14.6" }
197197
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.14.6" }
@@ -205,16 +205,16 @@ typst-shim = { path = "./crates/typst-shim", version = "0.14.6" }
205205

206206
tinymist-tests = { path = "./crates/tinymist-tests/" }
207207

208-
sync-ls = { path = "./crates/sync-lsp", version = "0.14.10-rc2" }
209-
tinymist = { path = "./crates/tinymist/", version = "0.14.10-rc2", default-features = false }
210-
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.10-rc2" }
211-
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.10-rc2" }
212-
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.10-rc2" }
213-
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.10-rc2" }
214-
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.10-rc2" }
215-
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.10-rc2" }
216-
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.10-rc2" }
217-
typlite = { path = "./crates/typlite", version = "0.14.10-rc2", default-features = false }
208+
sync-ls = { path = "./crates/sync-lsp", version = "0.14.10" }
209+
tinymist = { path = "./crates/tinymist/", version = "0.14.10", default-features = false }
210+
tinymist-analysis = { path = "./crates/tinymist-analysis/", version = "0.14.10" }
211+
tinymist-cli = { path = "./crates/tinymist-cli/", version = "0.14.10" }
212+
tinymist-debug = { path = "./crates/tinymist-debug/", version = "0.14.10" }
213+
tinymist-lint = { path = "./crates/tinymist-lint/", version = "0.14.10" }
214+
tinymist-query = { path = "./crates/tinymist-query/", version = "0.14.10" }
215+
tinymist-render = { path = "./crates/tinymist-render/", version = "0.14.10" }
216+
tinymist-preview = { path = "./crates/typst-preview", version = "0.14.10" }
217+
typlite = { path = "./crates/typlite", version = "0.14.10", default-features = false }
218218

219219
[profile.dev.package.insta]
220220
opt-level = 3

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.10-rc2",
3+
"version": "0.14.10",
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.10-rc2";
29+
version = "0.14.10";
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.10-rc2",
3+
"version": "0.14.10",
44
"description": "WASM module for running tinymist analyzers in JavaScript environment.",
55
"author": "Myriad-Dreamin",
66
"license": "Apache-2.0",

crates/typlite/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Converts a subset of typst to markdown.
88
### Install prebuilt binaries via shell script
99

1010
```sh
11-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.14.6/typlite-installer.sh | sh
11+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.14.10/typlite-installer.sh | sh
1212
```
1313

1414
### Install prebuilt binaries via powershell script
1515

1616
```ps1
17-
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.14.6/typlite-installer.ps1 | iex"
17+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.14.10/typlite-installer.ps1 | iex"
1818
```
1919

2020
## Usage

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.10-rc2 .)
18-
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.10-rc2 -f lazyvim-dev/Dockerfile .)
17+
(cd ../.. && docker build -t myriaddreamin/tinymist:0.14.10 .)
18+
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.14.10 -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.10-rc2 \
24+
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.14.10 \
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.10-rc2 as tinymist
18+
FROM myriaddreamin/tinymist:0.14.10 as tinymist
1919

2020
FROM debian:12
2121

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.10-rc2",
3+
"version": "0.14.10",
44
"description": "%description%",
55
"keywords": [
66
"typst",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"build:preview": "node scripts/build.mjs build:preview",
2525
"build:syntax": "node scripts/build.mjs build:syntax",
2626
"build:l10n": "node scripts/build.mjs build:l10n",
27-
"build:docker": "docker build -t myriaddreamin/tinymist:0.14.10-rc2 .",
27+
"build:docker": "docker build -t myriaddreamin/tinymist:0.14.10 .",
2828
"build:web": "node scripts/build.mjs build:web",
2929
"test:vsc": "node scripts/build.mjs test:vsc",
3030
"watch:web": "cd crates/tinymist && yarn watch",

0 commit comments

Comments
 (0)