Skip to content

v0.6.0

Compare
Choose a tag to compare
@benbrandt benbrandt released this 14 Jan 07:19
· 502 commits to main since this release

Breaking Changes

  • Chunk behavior should now be the same as prior to v0.5.0. Once binary search finds the optimal chunk, we now check the next few sections as long as the chunk size doesn't change. This should result in the same behavior as before, but with the performance improvements of binary search. @benbrandt in #81

Full Changelog: v0.5.1...v0.6.0