Releases: GitoxideLabs/gitoxide
Releases · GitoxideLabs/gitoxide
gix-mailmap v0.18.0
A maintenance release without user-facing changes.
Commit Statistics
- 5 commits contributed to the release over the course of 17 calendar days.
- 17 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 1 time to make code idiomatic.
Commit Details
gix-macros v0.1.0
The initial release with support for the momo
proc-macro.
Commit Statistics
- 14 commits contributed to the release over the course of 13 calendar days.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs for release (375db06)
- Merge branch 'feat/gix-momo' (a1ed6a1)
- Consolidate compile tests (d76efdd)
- Revert to use
item_fn.span()
(72545e9) - Fix ui test
error_if_ineffective
(9be2622) - Add test-suite for failure modes (c8e7324)
- Remove
TODO
ingix-macros/src/lib.rs
(c4ed7c1) - Improve docs (705f2f3)
- Refactor (48a2088)
- Feat
momo
: Rm unnecessary#[allow(unused_mut)]
on generated inner fn (b619456) - Feat
momo
: Support parsing pattern in params (b5f78be) - Dramatically simplify
gix_macros::momo
(c72eaa0) - Remove
TryInto
support fromgix_macros::momo
(95a1626) - Add new crate
gix-macros
(6dae9e9)
gix-lock v9.0.0
Bug Fixes (BREAKING)
- use
dyn
trait where possible.
This reduces compile time due to avoiding duplication.
Commit Statistics
- 4 commits contributed to the release over the course of 17 calendar days.
- 17 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-index v0.24.0
Bug Fixes (BREAKING)
- use
dyn
trait where possible.
This reduces compile time due to avoiding duplication.
Commit Statistics
- 6 commits contributed to the release over the course of 6 calendar days.
- 7 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-ignore v0.7.0
Bug Fixes (BREAKING)
- use
dyn
trait where possible.
This reduces compile time due to avoiding duplication.
Commit Statistics
- 4 commits contributed to the release over the course of 17 calendar days.
- 17 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-hashtable v0.4.0
A maintenance release without user-facing changes.
Commit Statistics
- 2 commits contributed to the release over the course of 17 calendar days.
- 17 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-hash v0.13.0
Bug Fixes (BREAKING)
- use
dyn
trait where possible.
This reduces compile time due to avoiding duplication.
Commit Statistics
- 4 commits contributed to the release over the course of 17 calendar days.
- 17 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-glob v0.12.0
Bug Fixes (BREAKING)
- use
dyn
trait where possible.
This reduces compile time due to avoiding duplication.
Commit Statistics
- 4 commits contributed to the release over the course of 17 calendar days.
- 17 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-fs v0.6.0
Bug Fixes (BREAKING)
- use
dyn
trait where possible.
This reduces compile time due to avoiding duplication.
Commit Statistics
- 4 commits contributed to the release over the course of 17 calendar days.
- 17 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
gix-filter v0.4.0
Bug Fixes
-
Use
Vec::resize()
instead of set_len()
Otherwise it's possible for uninitialized memory to be used as if it was initialized,
which can lead to strange behaviour.As the buffer is re-used, it's not actually zeroing that much memory either.
Bug Fixes (BREAKING)
- use
dyn
trait where possible.
This reduces compile time due to avoiding duplication.
Commit Statistics
- 8 commits contributed to the release over the course of 17 calendar days.
- 17 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Prepare changelogs for release (375db06)
- Merge branch 'optimizations' (6135a5e)
- Adapt to changes in
gix-worktree
(d7fc182) - Merge branch
dyn
ification (f658fcc) - Use
dyn
trait where possible. (072ee32) - Merge branch 'perf-and-safety' (9ad9c5b)
- Use
Vec::resize()
instead of set_len() (96a07e0) - Merge branch 'gix-submodule' (363ee77)