Releases: r4gus/uuid-zig
Releases · r4gus/uuid-zig
0.3.1
0.3.0
What's Changed
- Update README.md by @xfxpositions in #5
- Fix breaking zig change in 0.14.0; renamed std.rand.Random -> std.Random by @MFAshby in #8
- Fix breaking zig change in 0.14.0; added
.fingerprint
- Use new build.zig.zon to improve cache speed by @zewenn in #9
- Fixed test-runner
- Added Github test-workflow
- Added C-Library (generation of v4 and v7 UUIDs, plus creation of URNs from UUIDs)
New Contributors
- @xfxpositions made their first contribution in #5
- @MFAshby made their first contribution in #8
- @zewenn made their first contribution in #9
Full Changelog: 0.2.1...0.3.0
Getting Started
zig fetch --save https://github.com/r4gus/uuid-zig/archive/refs/tags/0.3.0.tar.gz
0.2.1: Merge pull request #7 from f-fr/build-zig-0.13
build.zig: fix file paths using `b.path`
0.2.0
Full Changelog: 0.1.0...0.2.0