Bun Release 0.2.0
Adds support for data files stored in 3.21.2's update to the bundle system.
Note that for bundles from that patch and onward the extracted files and directories will be written and matched in lowercase as the case information is no longer stored in the files. On Windows this is a lesser concern but users on case-sensitive filesystems may need to adjust their code. Old bundles retain the old case-sensitive matching and extraction for compatibility.
A write-up with more information can be seen in PR #5.