- Now using
uv
to manage work on this package. SeeMakefile
and GH Actions files for how it's used (#195) - Moved
bibtexparser
from required dependency to optional, install withpip install habanero[bibtex]
(#185) - Added new
Crossref
instance variabletimeout
for the user to set a curl timeout for all requests using the instance of the class created withtimeout
(#111) - Update Crossref issue tracker URL (#160)
- Replaced
requests
withhttpx
throughout this package.requests
is on feature freeze (#196)
Full Changelog: v1.2.6...v2.0.0