Releases: thoth-pub/thoth
Releases · thoth-pub/thoth
v0.8.10
v0.8.9
[0.8.9] - 2022-09-21
Added
- #426 - Add ProQuest Ebrary ONIX 2.1 specification
- #420 - Add RNIB Bookshare to the list of supported platforms for ONIX 2.1
- #423 - Add a link to the Thoth user manual under "Docs" tab of navbar
- Development workflow in docker
Changed
- #425 - Fix typo in contribution type illustrator
- #429 - Incomplete metadata record errors are now returned as a 404 instead of 500
- #424 - Fix inactive tag on catalogue
- Added derives for
Eq
alongsidePartialEq
to comply withrustc 1.63.0
- Upgrade rust to
1.63.0
in developmentDockerfile
- Order contributions and relations by ordinal, and subjects by type and ordinal
v0.8.8
[0.8.8] - 2022-08-02
Added
- #389 - Streamline chapter (child work) creation process
Changed
- #411 - Make
copyright_holder
optional - #393 - Use en-dash in
page_interval
instead of hyphen - Ignore
extra_unused_lifetimes
warning until clippy's fix for the false positive is live - Split build, test, and lint workflow job into separate jobs