v0.7.0
Pre-release
Pre-release
What's Changed
- removed unnecessary ResourceManager struct by @blake-mealey in #36
- added deployment option as alternative to branches field by @blake-mealey in #37
- added highlights to logging to improve readability by @blake-mealey in #38
- Breaking change: add support for creating experiences and places by @blake-mealey in #39
This release adds a few breaking changes:
- Old state files are incompatible but can be easily migrated by changing all resource type names from snake_case to camelCase.
ROBLOX_API_KEY
is no longer used for any operations. You must useROBLOSECURITY
now.deployMode
is no longer supported. All place deploys will now be in "publish" mode.
Full Changelog: v0.6.1...v0.7.0