mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Bump hayagriva (#5211)
This commit is contained in:
parent
94c2933bf9
commit
d8602ef202
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -879,9 +879,9 @@ checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hayagriva"
|
name = "hayagriva"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3de14f15f4243222e84000669030b3a2fe3a0c6755fd4e38e8a92de039ec21ef"
|
checksum = "7a3635c2577f77499c9dc3dceeef2e64e6c146e711b1861507a0f15b20641348"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"biblatex",
|
"biblatex",
|
||||||
"ciborium",
|
"ciborium",
|
||||||
|
@ -52,7 +52,7 @@ env_proxy = "0.4"
|
|||||||
flate2 = "1"
|
flate2 = "1"
|
||||||
fontdb = { version = "0.21", default-features = false }
|
fontdb = { version = "0.21", default-features = false }
|
||||||
fs_extra = "1.3"
|
fs_extra = "1.3"
|
||||||
hayagriva = "0.7.0"
|
hayagriva = "0.8"
|
||||||
heck = "0.5"
|
heck = "0.5"
|
||||||
hypher = "0.1.4"
|
hypher = "0.1.4"
|
||||||
icu_properties = { version = "1.4", features = ["serde"] }
|
icu_properties = { version = "1.4", features = ["serde"] }
|
||||||
|
@ -212,6 +212,8 @@ description: |
|
|||||||
event and item locations.
|
event and item locations.
|
||||||
- Multiple page ranges with prefixes and suffixes are now allowed
|
- Multiple page ranges with prefixes and suffixes are now allowed
|
||||||
- Added `director` and catch-all editor types to BibLaTeX parsing
|
- Added `director` and catch-all editor types to BibLaTeX parsing
|
||||||
|
- Added support for disambiguation to alphanumeric citation style
|
||||||
|
- The year 0 will now render as 1BC
|
||||||
- Fixes for sorting of bibliography entries
|
- Fixes for sorting of bibliography entries
|
||||||
- Fixed pluralization of page range labels
|
- Fixed pluralization of page range labels
|
||||||
- Fixed sorting of citations by their number
|
- Fixed sorting of citations by their number
|
||||||
|
Loading…
x
Reference in New Issue
Block a user