Skip to content

Commit be75ab3

Browse files
build: bump version to 0.11.14 (#377)
* docs: update changelog * build: bump version to 0.11.14 * docs: update changelog * build: bump version to 0.11.14 * chore: wording
1 parent 8cb41af commit be75ab3

File tree

7 files changed

+56
-12
lines changed

7 files changed

+56
-12
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
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.11.13"
4+
version = "0.11.14"
55
edition = "2021"
66
readme = "README.md"
77
license = "Apache-2.0"
@@ -100,7 +100,7 @@ insta = { version = "1.36", features = ["glob"] }
100100
sync-lsp = { path = "./crates/sync-lsp" }
101101

102102
typst-preview = { path = "./crates/typst-preview/" }
103-
tinymist-assets = { version = "0.11.13" }
103+
tinymist-assets = { version = "0.11.14" }
104104
tinymist = { path = "./crates/tinymist/" }
105105
tinymist-query = { path = "./crates/tinymist-query/" }
106106
tinymist-render = { path = "./crates/tinymist-render/" }

contrib/typst-preview/editors/vscode/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log
22

3+
Mirroring from [Tinymist Changelog](https://github.com/Myriad-Dreamin/tinymist/blob/main/editors/vscode/CHANGELOG.md)
4+
5+
## v0.11.14 - [2024-07-07]
6+
7+
## Compiler
8+
9+
This bug is introduced by [Preparing for parallelizing lsp requests](https://github.com/Myriad-Dreamin/tinymist/pull/342).
10+
11+
* (Fix) Lsp should respond errors at tail in https://github.com/Myriad-Dreamin/tinymist/pull/367
12+
13+
### Commands/Tools
14+
15+
* Supported single-task preview commands in https://github.com/Myriad-Dreamin/tinymist/pull/364, https://github.com/Myriad-Dreamin/tinymist/pull/368, https://github.com/Myriad-Dreamin/tinymist/pull/370, and https://github.com/Myriad-Dreamin/tinymist/pull/371
16+
* Typst Preview extension is already integrated into Tinymist. It . Please disable Typst Preview extension to avoid conflicts.
17+
* Otherwise, you should disable the tinymist's embedded preview feature by `"tinymist.preview": "disable"` in your settings.json.
18+
19+
### Preview
20+
21+
* Persisting webview preview through vscode restarts by @Myriad-Dreamin and @noamzaks in https://github.com/Myriad-Dreamin/tinymist/pull/373
22+
23+
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.11.13...v0.11.14
24+
25+
# Change Log (v0.1.0 - v0.11.7)
26+
327
All notable changes to the "typst-preview" extension will be documented in this file.
428

529
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

contrib/typst-preview/editors/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "git",
1010
"url": "https://github.com/Enter-tainer/typst-preview"
1111
},
12-
"version": "0.11.7",
12+
"version": "0.11.14",
1313
"engines": {
1414
"vscode": "^1.77.0"
1515
},

editors/vscode/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to the "tinymist" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## v0.11.14 - [2024-07-07]
8+
9+
## Compiler
10+
11+
This bug is introduced by [Preparing for parallelizing lsp requests](https://github.com/Myriad-Dreamin/tinymist/pull/342).
12+
13+
* (Fix) Lsp should respond errors at tail in https://github.com/Myriad-Dreamin/tinymist/pull/367
14+
15+
### Commands/Tools
16+
17+
* Supported single-task preview commands in https://github.com/Myriad-Dreamin/tinymist/pull/364, https://github.com/Myriad-Dreamin/tinymist/pull/368, https://github.com/Myriad-Dreamin/tinymist/pull/370, and https://github.com/Myriad-Dreamin/tinymist/pull/371
18+
* Typst Preview extension is already integrated into Tinymist. It . Please disable Typst Preview extension to avoid conflicts.
19+
* Otherwise, you should disable the tinymist's embedded preview feature by `"tinymist.preview": "disable"` in your settings.json.
20+
21+
### Preview
22+
23+
* Persisting webview preview through vscode restarts by @Myriad-Dreamin and @noamzaks in https://github.com/Myriad-Dreamin/tinymist/pull/373
24+
25+
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.11.13...v0.11.14
26+
727
## v0.11.13 - [2024-07-02]
828

929
## Compiler

editors/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymist",
3-
"version": "0.11.13",
3+
"version": "0.11.14",
44
"description": "An integrated language service for Typst",
55
"categories": [
66
"Programming Languages",

syntaxes/textmate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typst-textmate",
3-
"version": "0.11.13",
3+
"version": "0.11.14",
44
"private": true,
55
"scripts": {
66
"compile": "npx tsc && node ./dist/main.js",

0 commit comments

Comments
 (0)