Skip to content

Bun Release 0.2.0

Compare
Choose a tag to compare
@zao zao released this 25 Jul 14:47
· 8 commits to master since this release
082d139

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.