mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
build: bump version to 0.13.19-rc1
This commit is contained in:
parent
5a62e14d73
commit
136e12f2e5
3 changed files with 17 additions and 11 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
|
@ -3335,7 +3335,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "reflexo"
|
||||
version = "0.6.1-rc2"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?branch=nightly#13f4d680b9394149b44d0a93ccbaf204e0834517"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=f517f1f62f209911780092facfbf6f921d9e228b#f517f1f62f209911780092facfbf6f921d9e228b"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"bitvec",
|
||||
|
|
@ -3361,7 +3361,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "reflexo-typst"
|
||||
version = "0.6.1-rc2"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?branch=nightly#13f4d680b9394149b44d0a93ccbaf204e0834517"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=f517f1f62f209911780092facfbf6f921d9e228b#f517f1f62f209911780092facfbf6f921d9e228b"
|
||||
dependencies = [
|
||||
"codespan-reporting",
|
||||
"comemo",
|
||||
|
|
@ -3393,7 +3393,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "reflexo-typst2vec"
|
||||
version = "0.6.1-rc2"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?branch=nightly#13f4d680b9394149b44d0a93ccbaf204e0834517"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=f517f1f62f209911780092facfbf6f921d9e228b#f517f1f62f209911780092facfbf6f921d9e228b"
|
||||
dependencies = [
|
||||
"bitvec",
|
||||
"comemo",
|
||||
|
|
@ -3421,7 +3421,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "reflexo-vec2svg"
|
||||
version = "0.6.1-rc2"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?branch=nightly#13f4d680b9394149b44d0a93ccbaf204e0834517"
|
||||
source = "git+https://github.com/ParaN3xus/typst.ts/?rev=f517f1f62f209911780092facfbf6f921d9e228b#f517f1f62f209911780092facfbf6f921d9e228b"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"comemo",
|
||||
|
|
@ -5292,7 +5292,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "typst-ansi-hl"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/ParaN3xus/typst-ansi-hl.git?branch=nightly#cb84ac13259f133365b7fcbc6239d82907fe72f7"
|
||||
source = "git+https://github.com/ParaN3xus/typst-ansi-hl.git?rev=cba49e1d76de4f41f14ccebe5f26eae804225440#cba49e1d76de4f41f14ccebe5f26eae804225440"
|
||||
dependencies = [
|
||||
"ansi_colours",
|
||||
"syntect",
|
||||
|
|
@ -6712,4 +6712,4 @@ dependencies = [
|
|||
[[patch.unused]]
|
||||
name = "typstyle-core"
|
||||
version = "0.13.16"
|
||||
source = "git+https://github.com/ParaN3xus/typstyle/?branch=nightly#bf6db731d8edf407afc7cce94d47a8057aa82a0c"
|
||||
source = "git+https://github.com/ParaN3xus/typstyle/?rev=49c6d44e32e7dc0f931381ccdca8aecfb214f2a1#49c6d44e32e7dc0f931381ccdca8aecfb214f2a1"
|
||||
|
|
|
|||
10
Cargo.toml
10
Cargo.toml
|
|
@ -274,11 +274,11 @@ typst-render = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781
|
|||
typst-pdf = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-syntax = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-eval = { git = "https://github.com/ParaN3xus/typst.git", rev = "6a81e781b9e19fcec4a02a1d18d68d7dd1474444" }
|
||||
typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", branch = "nightly" }
|
||||
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", branch = "nightly" }
|
||||
reflexo = { git = "https://github.com/ParaN3xus/typst.ts/", branch = "nightly" }
|
||||
reflexo-typst = { git = "https://github.com/ParaN3xus/typst.ts/", branch = "nightly" }
|
||||
reflexo-vec2svg = { git = "https://github.com/ParaN3xus/typst.ts/", branch = "nightly" }
|
||||
typst-ansi-hl = { git = "https://github.com/ParaN3xus/typst-ansi-hl.git", rev = "cba49e1d76de4f41f14ccebe5f26eae804225440" }
|
||||
typstyle-core = { git = "https://github.com/ParaN3xus/typstyle/", rev = "49c6d44e32e7dc0f931381ccdca8aecfb214f2a1" }
|
||||
reflexo = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "f517f1f62f209911780092facfbf6f921d9e228b" }
|
||||
reflexo-typst = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "f517f1f62f209911780092facfbf6f921d9e228b" }
|
||||
reflexo-vec2svg = { git = "https://github.com/ParaN3xus/typst.ts/", rev = "f517f1f62f209911780092facfbf6f921d9e228b" }
|
||||
|
||||
# These patches use local `reflexo` for development.
|
||||
# reflexo = { path = "../typst.ts/crates/reflexo/" }
|
||||
|
|
|
|||
|
|
@ -80,6 +80,12 @@ The changelog lines unspecified with authors are all written by the @Myriad-Drea
|
|||
|
||||
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.16...v0.13.18
|
||||
|
||||
## v0.13.19-rc1 - [2025-08-05]
|
||||
|
||||
Nightly Release at [fix: use proper commit hash when generating nightly release changelog (#1965)](https://github.com/Myriad-Dreamin/tinymist/commit/2ecdbd42a5d2563caa9a833b96a748c181189567), using [ParaN3xus/typst rev 6a81e78](https://github.com/ParaN3xus/typst/commit/6a81e781b9e19fcec4a02a1d18d68d7dd1474444), a.k.a. [typst/typst Allow custom element names in HTML tag syntax (#6676)](https://github.com/typst/typst/commit/b825df6bbc81856b979848361c4f11ce5ed61810).
|
||||
|
||||
**Full Changelog**: https://github.com/Myriad-Dreamin/tinymist/compare/v0.13.17...v0.13.19-rc1
|
||||
|
||||
## v0.13.17 - [2025-08-03]
|
||||
|
||||
Nightly Release at [fix: use proper commit hash when generating nightly release changelog (#1965)](https://github.com/Myriad-Dreamin/tinymist/commit/2ecdbd42a5d2563caa9a833b96a748c181189567), using [ParaN3xus/typst rev 6bc6cf6](https://github.com/ParaN3xus/typst/commit/6bc6cf6ec210c60c3e7ff25f84cf43aa1de0a277), a.k.a. [typst/typst Improve Guide for LaTeX users, Query Function, and replace invisible emojis (#6620)](https://github.com/typst/typst/commit/178c3beb4eeabe23bd91037268fb77f5dfdb31f3).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue