Skip to content

Commit 77b1f54

Browse files
committed
Bump version
1 parent a1c4bea commit 77b1f54

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hayagriva"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Martin Haug <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)