Skip to content

Releases: r4gus/uuid-zig

0.3.1

20 Mar 09:16
Compare
Choose a tag to compare
  • removed old dependency

0.3.0

10 Mar 07:52
Compare
Choose a tag to compare

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

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

08 Jun 09:23
e3d8c4a
Compare
Choose a tag to compare
build.zig: fix file paths using `b.path`

0.2.0

01 May 16:30
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.2.0

0.1.0

25 Aug 11:23
Compare
Choose a tag to compare
minor fixes