NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
481 stars 52 forks source link

feat: bump minor version 0.20.1 #209

Closed lgrossi closed 5 months ago

lgrossi commented 5 months ago

Hi @NiklasEi, I've pushed the needed changes to release a new minor version. Would it also be possible to release the 0.20.1 in cargo?

Thanks a ton!

NiklasEi commented 5 months ago

Version 0.20.1 is published. You do not need to register the new dynamic asset collection type anymore, the plugin now does it for you. The same goes for adding a ron asset plugin for the file ending.

lgrossi commented 5 months ago

Amazing, thank you very much!