build: bump version to 0.12.20 (#1345)

* docs: editing changelog

* build: bump version to 0.12.20

* docs: update changelog

* build: bump dependencies

* fix: snapshot and compile error
This commit is contained in:
Myriad-Dreamin 2025-02-21 01:37:38 +08:00 committed by GitHub
parent cdd9282c37
commit f3329b8dc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 443 additions and 410 deletions

View file

@ -170,8 +170,6 @@ impl DocumentMetricsWorker<'_> {
| FrameItem::Image(..)
| FrameItem::Tag(..)
| FrameItem::Link(..) => Some(()),
#[cfg(not(feature = "no-content-hint"))]
FrameItem::ContentHint(..) => Some(()),
}
}

View file

@ -3,7 +3,6 @@ source: crates/tinymist-query/src/completion.rs
description: "Completion on \n (47..48)"
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/raw_lang.typ
snapshot_kind: text
---
[
{
@ -12,7 +11,7 @@ snapshot_kind: text
{
"kind": 21,
"label": "Typst",
"sortText": "142",
"sortText": "145",
"textEdit": {
"newText": "typ",
"range": {

View file

@ -3,7 +3,6 @@ source: crates/tinymist-query/src/completion.rs
description: "Completion on \n (50..51)"
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/raw_lang_middle.typ
snapshot_kind: text
---
[
{
@ -12,7 +11,7 @@ snapshot_kind: text
{
"kind": 21,
"label": "Typst",
"sortText": "142",
"sortText": "145",
"textEdit": {
"newText": "typ",
"range": {

View file

@ -3,7 +3,6 @@ source: crates/tinymist-query/src/completion.rs
description: "Completion on \n (50..51)"
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/raw_lang_middle_lower.typ
snapshot_kind: text
---
[
{
@ -12,7 +11,7 @@ snapshot_kind: text
{
"kind": 21,
"label": "Typst",
"sortText": "142",
"sortText": "145",
"textEdit": {
"newText": "typ",
"range": {