diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-15 15:55:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 13:55:17 +0000 |
| commit | e0d809680aed778443a4797bc044376dbe15347e (patch) | |
| tree | 1d4ced61abcd65f7afb0321be186cad4541ebc68 | |
| parent | 240b917399148f8aa2f28ea37a03c1fd7e23832e (diff) | |
Bump hayagriva (#5211)
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | docs/changelog.md | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -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", @@ -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 f88aacea..23b9c36c 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 |
