0.11.0
- For packages hosted on Github, Arena now looks up the latest release if no version is specified:
arena alamofire/alamofire
➡️ Package: https://github.com/alamofire/alamofire @ from(5.0.2)
🔧 Resolving package dependencies ...
📔 Libraries found: Gala
🔨 Building package dependencies ...
✅ Created project in folder 'Arena-Playground'
This avoids getting pinned below version 1.0.0
with the from(0.0.0)
default in previous versions.