Releases: bitrise-steplib/steps-carthage
Releases · bitrise-steplib/steps-carthage
3.2.5
What's Changed
- Update to new
bitrise-ymlformat by @mateherber in #65 - Remove unused workflows by @ofalvai in #66
- Generate new README by @Bence1001 in #67
- Create stale issue management workflow by @bitrise-coresteps-bot in #68
- Configure Renovate by @renovate[bot] in #69
- [MOB-190] Retry on network failure by @tothszabi in #70
- Apply YAML lint by @ofalvai in #71
- Revert forced v2 migration by @mateherber in #72
- Fix E2E tests, cleanups by @ofalvai in #73
- chore(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.7 [security] by @renovate[bot] in #75
- Update step.yml: add missing project_type_tags by @godrei in #76
New Contributors
- @mateherber made their first contribution in #65
- @ofalvai made their first contribution in #66
- @Bence1001 made their first contribution in #67
- @bitrise-coresteps-bot made their first contribution in #68
- @renovate[bot] made their first contribution in #69
- @tothszabi made their first contribution in #70
Full Changelog: 3.2.4...3.2.5
3.2.4
3.2.3
3.2.2
Add Cordova, Ionic, React-Native, Flutter to the supported platform list.
3.2.1
Fix
- Fix the issue, where Cartfile.resolved, might not be found when resolvedFilePath != resolvedFileName when determining if Cartfile.resolved exists. - #56 - Thanks @kylefleming 🥇
- Typo fixes - #55 - Thanks @samsonjs 🏅
3.2.0
New input
- Add verbose log option.
Fix
- Update readme
- Add warnings if the cache is not available because of:
- ChacheFile missing
- Cartfile.resolved is missing from the repository
- ChacheFile is not up to date
3.1.7
Fix the Github access token - Bad credentials issue
3.1.6
3.1.5
3.1.4
- Input grouping fix