Skip to content

v1.0.4

Latest
Compare
Choose a tag to compare
@nathansam nathansam released this 30 Nov 15:19
· 1 commit to master since this release

bibget 1.0.4

Better formatted BibTex entries.

Changed

There appears to have been changes to the doi.org API which resulted in
bibget returning one-line BibTex entries. This has been fixed by using regex
to add a newline character to the end of commas outside of curly brackets.

Dependencies added

  • regex 1.10.2

Dependencies updated to latest versions

  • tokio 1.29.1 -> 1.33.0
  • futures 0.3.28 -> 0.3.29
  • clap 4.3.19 -> 4.4.7