github Byron/gitoxide git-pack-v0.31.0
git-pack v0.31.0

19 months ago

New Features

  • add wasm feature toggle to allow compilation to wasm32-unknown-unknown

Bug Fixes

  • note that crates have been renamed from git-* to gix-*.
    This also means that the git-* prefixed crates of the gitoxide project
    are effectively unmaintained.
    Use the crates with the gix-* prefix instead.

    If you were using git-repository, then gix is its substitute.

New Features (BREAKING)

  • add wasm feature toggle to let parts of git-pack build on wasm32.
    It's a breaking change because we also start using the dep: syntax for declaring
    references to optional dependencies, which will prevent them from being automatically
    available as features.

    Besides that, it adds the wasm feature toggle to allow compiling to wasm32 targets.

Commit Statistics

  • 6 commits contributed to the release over the course of 3 calendar days.
  • 7 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • note that crates have been renamed from git-* to gix-*. (e14dc7d)
    • Merge branch 'git-pack-wasm' (4bc19d1)
    • add wasm feature toggle to let parts of git-pack build on wasm32. (6c4c196)
    • add wasm feature toggle to allow compilation to wasm32-unknown-unknown (f0e40ec)
    • Release git-features v0.26.4 (109f434)
    • Release git-features v0.26.3 (1ecfb7f)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.