Skip to content

7.0.0

Compare
Choose a tag to compare
@zkat zkat released this 29 Jan 03:32
· 95 commits to main since this release

This release is mostly a major overhaul of the external error API, switching out of anyhow in favor of more bespoke error handling that works nicer in a library.

Breaking Changes

  • errors: remove anyhow and use custom error types (#24) (bb815f5f, breaks #)

Bug Fixes

  • list_sync: make sure the public interface allows using the Item type (#25) (88a76189)