New Features
- Add an
auto-chain-errorfeature to letgix-error::Errorproduce error chains suitable foranyhow. - make it possible to produce errors that work well with
anyhowsource-chain display. - anyhow support for
gix-error::Exn
This is mainly useful forgitoxide-core, which may call plumbing. - Add
Exn::downcast_any_ref()
New Features (BREAKING)
- Use
gix-erroringix-date
This will make for easier introspection for users of these errors.
Refactor (BREAKING)
- ErrorExt::raise_iter to raise_all + remove Frame::downcast
Be more compatible toexn. - catch up Exn designs with the upstream
refactor!: renameExn::from_itertoraise_all
Commit Statistics
- 6 commits contributed to the release over the course of 32 calendar days.
- 33 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Update changelogs prior to release (f9fbcba)
- Merge pull request #2518 from GitoxideLabs/improvements (444a92b)
- Make
package.includepatterns more specific so they don't match ignored files (c2c917f) - Merge pull request #2483 from GitoxideLabs/improvements (5f5a836)
- Make
just nextestwork reliably (789b57f) - Merge pull request #2480 from GitoxideLabs/report (98bae84)