Skip to content

Commit

Permalink
build: bump version to 0.12.12-rc2 (#1005)
Browse files Browse the repository at this point in the history
* build: bump version to 0.12.12-rc2

* build: upload crates

* docs: edit changelog
  • Loading branch information
Myriad-Dreamin authored Dec 15, 2024
1 parent 2712654 commit 3cdd9f2
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 23 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace.package]
description = "An integrated language service for Typst."
authors = ["Myriad-Dreamin <[email protected]>", "Nathan Varner"]
version = "0.12.12-rc1"
version = "0.12.12-rc2"
edition = "2021"
readme = "README.md"
license = "Apache-2.0"
Expand Down Expand Up @@ -145,7 +145,7 @@ insta = { version = "1.39", features = ["glob"] }

# Our Own Crates
typst-preview = { path = "./crates/typst-preview" }
tinymist-assets = { version = "0.12.12-rc1" }
tinymist-assets = { version = "0.12.12-rc2" }
tinymist = { path = "./crates/tinymist/" }
tinymist-derive = { path = "./crates/tinymist-derive/" }
tinymist-analysis = { path = "./crates/tinymist-analysis/" }
Expand Down
5 changes: 3 additions & 2 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

### Editor

* Configuring word separator and pattern specific for typst in https://github.com/Myriad-Dreamin/tinymist/pull/990
* Configuring word separator and pattern specific for typst in https://github.com/Myriad-Dreamin/tinymist/pull/990 and https://github.com/Myriad-Dreamin/tinymist/pull/1002
* Previously `some-ident` is split to `|some-|ident|` from left to right or `|some|-ident|` from right to left. Now VS Code identifies it as a single word.
* Checking affiliated column for a hidden typst source document by @Myriad-Dreamin in https://github.com/Myriad-Dreamin/tinymist/pull/1003

### Preview

* (Fix) Rewrote some code for compatibility to some old chromium core by @Parsifa1 in https://github.com/Myriad-Dreamin/tinymist/pull/995
* Jumping to nearest position in preview from cursor by @Eric-Song-Nop and @Myriad-Dreamin in https://github.com/Myriad-Dreamin/tinymist/pull/997
* Jumping to nearest position in preview from cursor by @Eric-Song-Nop and @Myriad-Dreamin in https://github.com/Myriad-Dreamin/tinymist/pull/997 and https://github.com/Myriad-Dreamin/tinymist/pull/1004
* Partially fix [issues/626](https://github.com/Myriad-Dreamin/tinymist/issues/626), it doesn't quite work but this is the first step.

### Code Analysis
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymist",
"version": "0.12.12-rc1",
"version": "0.12.12-rc2",
"description": "An integrated language service for Typst",
"keywords": [
"typst",
Expand Down
2 changes: 1 addition & 1 deletion syntaxes/textmate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typst-textmate",
"version": "0.12.12-rc1",
"version": "0.12.12-rc2",
"private": true,
"scripts": {
"compile": "npx tsc && node ./dist/main.mjs",
Expand Down

0 comments on commit 3cdd9f2

Please sign in to comment.