Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Oct 2, 2024
1 parent 06d0c2b commit 190576a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biblatex"
version = "0.9.3"
version = "0.10.0"
authors = ["Martin Haug <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Parsing, writing, and evaluating BibTeX and BibLaTeX files"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
biblatex = "0.9"
biblatex = "0.10"
```

Parsing a bibliography and getting the author of an item is as simple as:
Expand Down

0 comments on commit 190576a

Please sign in to comment.