Refactor (BREAKING)
- ErrorExt::raise_iter to raise_all + remove Frame::downcast
Be more compatible toexn.
New Features (BREAKING)
- Use
std::ops::ControlFlowwhere possible
New Features
- Add an
auto-chain-errorfeature to letgix-error::Errorproduce error chains suitable foranyhow. - anyhow support for
gix-error::Exn
This is mainly useful forgitoxide-core, which may call plumbing.
Commit Statistics
- 25 commits contributed to the release over the course of 21 calendar days.
- 21 days passed between releases.
- 4 commits were understood as conventional.
- 2 unique issues were worked on: #2363, #2385
Commit Details
view details
- #2363
- Regenerate all changelogs with a more recent CSR version (cbbdef5)
- #2385
- ErrorExt::raise_iter to raise_all + remove Frame::downcast (829393a)
- Uncategorized
- Release gix-error v0.0.0, gix-date v0.13.0, gix-actor v0.38.0, gix-validate v0.11.0, gix-path v0.11.0, gix-features v0.46.0, gix-hash v0.22.0, gix-hashtable v0.12.0, gix-object v0.55.0, gix-glob v0.24.0, gix-attributes v0.30.0, gix-command v0.7.0, gix-packetline v0.21.0, gix-filter v0.25.0, gix-fs v0.19.0, gix-chunk v0.5.0, gix-commitgraph v0.32.0, gix-revwalk v0.26.0, gix-traverse v0.52.0, gix-worktree-stream v0.27.0, gix-archive v0.27.0, gix-tempfile v21.0.0, gix-lock v21.0.0, gix-index v0.46.0, gix-config-value v0.17.0, gix-pathspec v0.15.0, gix-ignore v0.19.0, gix-worktree v0.47.0, gix-diff v0.58.0, gix-blame v0.8.0, gix-ref v0.58.0, gix-sec v0.13.0, gix-config v0.51.0, gix-prompt v0.13.0, gix-url v0.35.0, gix-credentials v0.35.0, gix-discover v0.46.0, gix-dir v0.20.0, gix-mailmap v0.30.0, gix-revision v0.40.0, gix-merge v0.11.0, gix-negotiate v0.26.0, gix-pack v0.65.0, gix-odb v0.75.0, gix-refspec v0.36.0, gix-shallow v0.8.0, gix-transport v0.53.0, gix-protocol v0.56.0, gix-status v0.25.0, gix-submodule v0.25.0, gix-worktree-state v0.25.0, gix v0.78.0, gix-fsck v0.17.0, gitoxide-core v0.53.0, gitoxide v0.50.0, safety bump 50 crates (562e684)
- Merge pull request #2383 from GitoxideLabs/gix-error (9d39656)
- Adapt to changes in
gix-error(00c053c) - Add an
auto-chain-errorfeature to letgix-error::Errorproduce error chains suitable foranyhow. (461c876) - Anyhow support for
gix-error::Exn(053c3ee) - Merge pull request #2378 from GitoxideLabs/gix-error (6cff657)
- Adapt to changes in
gix-commitgraph(1f58905) - Use
std::ops::ControlFlowwhere possible (5c1bd03) - Merge pull request #2352 from GitoxideLabs/gix-error (ae23762)
- Make it possible to traverse frames using an iterator. (3bac149)
- Actually introduce
gix-errorintogix-revision. (4819ea8) - Merge pull request #2364 from GitoxideLabs/changelogs (0a333e5)
- Merge pull request #2346 from GitoxideLabs/release (c663b3f)
- Release gix-trace v0.1.17, gix-features v0.45.2, gix-command v0.6.5, gix-hash v0.21.2, gix-date v0.12.1, gix-actor v0.37.1, gix-object v0.54.1, gix-filter v0.24.1, gix-fs v0.18.2, gix-tempfile v20.0.1, gix-lock v20.0.1, gix-traverse v0.51.1, gix-index v0.45.1, gix-diff v0.57.1, gix-pack v0.64.1 (7be8f90)
- Merge pull request #2341 from GitoxideLabs/dependabot/cargo/cargo-cf4a2135ae (d914d95)
- Enable the
fallible_unitfeature ofrusqlite0.38.0 (3fea8f6) - Revert explicit-casting
rusqlitefix and its refactor (0d2fe18) - Refactor (09b7aa7)
- Fix rusqlite 0.38.0 compatibility by casting usize/u64 to i64 (ee31a8f)
- Bump the cargo group across 1 directory with 51 updates (4edc5dd)
- Merge pull request #2333 from GitoxideLabs/improvements (9e1ba5e)
- Release gix-command v0.6.4, gix-credentials v0.34.1, gix-transport v0.52.1 (3bc0c47)
- Merge pull request #2322 from GitoxideLabs/report (211b4fb)