Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Oct 15, 2024
1 parent a1c4bea commit 77b1f54
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.8.0

- **Breaking change:** Fixed deserialization of page ranges,
removing `From<u64> for PageRanges`
- Added support for disambiguation to alphanumeric citation style
- Raised limit for disambiguation resolving in complex cases
- The year 0 will now render as 1BC for CSL

# 0.7.0

- **Breaking change:** `Entry::page_range` now returns
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hayagriva"
version = "0.7.0"
version = "0.8.0"
authors = ["Martin Haug <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ default features by writing this in your `Cargo.toml`:

```toml
[dependencies]
hayagriva = { version = "0.7", default-features = false }
hayagriva = { version = "0.8", default-features = false }
```

### Selectors
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ default features by writing this in your `Cargo.toml`:
```toml
[dependencies]
hayagriva = { version = "0.7", default-features = false }
hayagriva = { version = "0.8", default-features = false }
```
# Selectors
Expand Down

0 comments on commit 77b1f54

Please sign in to comment.