Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Feb 5, 2025
1 parent e3080ac commit edec836
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.8.1

- Use editor names in prose and author-only citations if the author names are
unavailable
- Recognize some non-standard but widely used BibLaTeX `editortype`s like
`producer`, `writer`, `scriptwriter`, and `none` (defined by widespread style
`biblatex-chicago` to mean performers within `music` and `video` entries)
- Allow CSL styles to render affixes around the bibliography
- Correctly process the PubMed ID for BibTeX entries with `eprinttype =
{pubmed}`
- Fix bugs around the handling of CSL delimiting characters (#109, #180)
- Whitespace handling for the strings delimiting initialized names has been
improved
- Fix problem with parsing multibyte characters in page ranges that could
prevent Hayagriva from parsing some BibTeX page ranges (#241)
- Uppercase spelling after apostrophes used as quotation marks is now possible
- Fix a panic with the CLI's `--format` argument
- Updated CSL APA style
- Updated CSL locales for Finnish, Swiss German, Austrian German, German, and
Arabic

# 0.8.0

- **Breaking change:** Fixed deserialization of page ranges,
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.8.0"
version = "0.8.1"
authors = ["Martin Haug <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit edec836

Please sign in to comment.