New Features
- add
wasm
feature toggle to allow compilation to wasm32-unknown-unknown
Bug Fixes
-
note that crates have been renamed from
git-*
togix-*
.
This also means that thegit-*
prefixed crates of thegitoxide
project
are effectively unmaintained.
Use the crates with thegix-*
prefix instead.If you were using
git-repository
, thengix
is its substitute.
New Features (BREAKING)
-
add
wasm
feature toggle to let parts ofgit-pack
build on wasm32.
It's a breaking change because we also start using thedep:
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 towasm32
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-*
togix-*
. (e14dc7d) - Merge branch 'git-pack-wasm' (4bc19d1)
- add
wasm
feature toggle to let parts ofgit-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)
- note that crates have been renamed from