Skip to content

Commit 358301c

Browse files
build: bump version to 0.14.0 (#2215)
+tag v0.14.0
1 parent e23530b commit 358301c

File tree

20 files changed

+83
-82
lines changed

20 files changed

+83
-82
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 24 additions & 24 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 <[email protected]>", "Nathan Varner"]
4-
version = "0.14.0-rc2"
4+
version = "0.14.0"
55
edition = "2024"
66
readme = "README.md"
77
license = "Apache-2.0"
@@ -160,7 +160,7 @@ typst-eval = "0.14.0"
160160
typst-assets = "0.14.0"
161161
typstfmt = { version = "0", git = "https://github.com/Myriad-Dreamin/typstfmt", tag = "v0.13.1" }
162162
typst-ansi-hl = "0.4.0"
163-
typstyle-core = { version = "=0.13.17", default-features = false }
163+
typstyle-core = { version = "=0.14.0", default-features = false }
164164

165165
# LSP
166166
crossbeam-channel = "0.5.15"
@@ -190,30 +190,30 @@ insta-cmd = "0.6.0"
190190

191191

192192
# Our Own Crates
193-
tinymist-assets = { version = "=0.14.0-rc2" }
194-
195-
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.14.0-rc2" }
196-
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.14.0-rc2" }
197-
tinymist-package = { path = "./crates/tinymist-package/", version = "0.14.0-rc2" }
198-
tinymist-std = { path = "./crates/tinymist-std/", version = "0.14.0-rc2", default-features = false }
199-
tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.14.0-rc2", default-features = false }
200-
tinymist-world = { path = "./crates/tinymist-world/", version = "0.14.0-rc2", default-features = false }
201-
tinymist-project = { path = "./crates/tinymist-project/", version = "0.14.0-rc2" }
202-
tinymist-task = { path = "./crates/tinymist-task/", version = "0.14.0-rc2" }
203-
typst-shim = { path = "./crates/typst-shim", version = "0.14.0-rc2" }
193+
tinymist-assets = { version = "=0.14.0" }
194+
195+
tinymist-derive = { path = "./crates/tinymist-derive/", version = "0.14.0" }
196+
tinymist-l10n = { path = "./crates/tinymist-l10n/", version = "0.14.0" }
197+
tinymist-package = { path = "./crates/tinymist-package/", version = "0.14.0" }
198+
tinymist-std = { path = "./crates/tinymist-std/", version = "0.14.0", default-features = false }
199+
tinymist-vfs = { path = "./crates/tinymist-vfs/", version = "0.14.0", default-features = false }
200+
tinymist-world = { path = "./crates/tinymist-world/", version = "0.14.0", default-features = false }
201+
tinymist-project = { path = "./crates/tinymist-project/", version = "0.14.0" }
202+
tinymist-task = { path = "./crates/tinymist-task/", version = "0.14.0" }
203+
typst-shim = { path = "./crates/typst-shim", version = "0.14.0" }
204204

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

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

218218
[profile.dev.package.insta]
219219
opt-level = 3
@@ -292,7 +292,7 @@ typst-syntax = { git = "https://github.com/Myriad-Dreamin/typst.git", tag = "tin
292292
typst-eval = { git = "https://github.com/Myriad-Dreamin/typst.git", tag = "tinymist/v0.14.0-rc1" }
293293

294294
# typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", branch = "nightly" }
295-
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "34869bfa9db089c5196be5fac2a5e9d752904ca2" }
295+
# typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "34869bfa9db089c5196be5fac2a5e9d752904ca2" }
296296

297297
# These patches use local `typst` for development.
298298
# typst = { path = "../typst/crates/typst" }

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.0-rc2",
3+
"version": "0.14.0",
44
"description": "Extending Typst with HTML features",
55
"keywords": [
66
"html",

0 commit comments

Comments
 (0)