File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.8.0
2+
3+ - ** Breaking change:** Fixed deserialization of page ranges,
4+ removing ` From<u64> for PageRanges `
5+ - Added support for disambiguation to alphanumeric citation style
6+ - Raised limit for disambiguation resolving in complex cases
7+ - The year 0 will now render as 1BC for CSL
8+
19# 0.7.0
210
311- ** Breaking change:** ` Entry::page_range ` now returns
Original file line number Diff line number Diff line change 11[package ]
22name = " hayagriva"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44authors = [
" Martin Haug <[email protected] >" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ default features by writing this in your `Cargo.toml`:
105105
106106``` toml
107107[dependencies ]
108- hayagriva = { version = " 0.7 " , default-features = false }
108+ hayagriva = { version = " 0.8 " , default-features = false }
109109```
110110
111111### Selectors
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ default features by writing this in your `Cargo.toml`:
9191
9292```toml
9393[dependencies]
94- hayagriva = { version = "0.7 ", default-features = false }
94+ hayagriva = { version = "0.8 ", default-features = false }
9595```
9696
9797# Selectors
You can’t perform that action at this time.
0 commit comments