v0.1.0
What's Changed
- chore(ci): setup basic build, test & fmt jobs by @hendriknielaender in #2
- chore: add logo by @hendriknielaender in #3
- docs: update install via build.zig.zon by @hendriknielaender in #7
- chore: add bubble sort example by @hendriknielaender in #8
- Change from microsecond to nanosecond timer resolution by @FObersteiner in #13
- fix: use duration array length for average calculation by @hendriknielaender in #12
- feat(benchmark): refine operations counting logic by @hendriknielaender in #14
- close memory leak with testing allocator by @FObersteiner in #16
- Migrate to std.time.Timer and tweak benchmark boundaries by @FObersteiner in #19
- docs: add comprehensive doc comments for library types and functions by @hendriknielaender in #20
- chore(ci): add github pages job for docs by @hendriknielaender in #23
New Contributors
- @hendriknielaender made their first contribution in #2
- @FObersteiner made their first contribution in #13
Full Changelog: 0.0.1...v0.1.0