v0.1.0 (2026-09-04)
- Add unsafe access to bigstrings (@dinosaure, #13)
- Use warning names instead of numbers (@hannesm, #14)
- Improve our slice library (@dinosaure, #18)
- Improve our bin library (@dinosaure, #16 & #17)
v0.0.4 (2025-01-20)
- Fix compilation of our C stubs (spotted by @hannesm, fixed by @dinosaure, #10)
v0.0.3 (2025-11-20)
- Fix SIGSEGV when we use
memmove (retry) (@dinosaure, #4) - Fix license and mention astring developpers (@dinosaure, #5)
- Apply ocamlformat.0.28.1 (@dinosaure, #7)
- Fix encoding of numbers with
Bin (@swrup, @reynir, @dinosaure, #8) - Add
Bstr.cuts (@dinosaure, #6)
v0.0.2 (2025-06-23)
- Fix SIGSEGV when we use
memmove
v0.0.1 (2025-04-28)
- First release of
bstr, slice & bin