diff --git a/Cargo.lock b/Cargo.lock index 74ad3742e..af72cc078 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -879,9 +879,9 @@ checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" [[package]] name = "hayagriva" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3de14f15f4243222e84000669030b3a2fe3a0c6755fd4e38e8a92de039ec21ef" +checksum = "7a3635c2577f77499c9dc3dceeef2e64e6c146e711b1861507a0f15b20641348" dependencies = [ "biblatex", "ciborium", diff --git a/Cargo.toml b/Cargo.toml index d3b1ba64b..702730091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ env_proxy = "0.4" flate2 = "1" fontdb = { version = "0.21", default-features = false } fs_extra = "1.3" -hayagriva = "0.7.0" +hayagriva = "0.8" heck = "0.5" hypher = "0.1.4" icu_properties = { version = "1.4", features = ["serde"] } diff --git a/docs/changelog.md b/docs/changelog.md index f88aacea5..23b9c36c5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -212,6 +212,8 @@ description: | event and item locations. - Multiple page ranges with prefixes and suffixes are now allowed - 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 - Fixed pluralization of page range labels - Fixed sorting of citations by their number