Skip to content

Commit 012cb67

Browse files
committed
Bump version to 0.21.0.58
1 parent 2ec2798 commit 012cb67

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](logo/colosseum.jpg)
22

3-
# Rome [![Build Status](https://travis-ci.org/blender/Rome.svg?branch=master)](https://travis-ci.org/blender/Rome) [![rome-latest](https://img.shields.io/badge/release-v0.20.0.56-blue.svg)](https://github.com/blender/Rome/releases/tag/v0.20.0.56) ![cocoapods](https://img.shields.io/cocoapods/v/Rome.svg) ![total-downloads](https://img.shields.io/github/downloads/blender/Rome/total.svg) [![fastlane-plugin -badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://github.com/OpenShelter/fastlane-plugin-rome) [![twitter-follow](https://img.shields.io/twitter/follow/tmpz.svg?style=social&label=Follow)](https://twitter.com/tmpz)
3+
# Rome [![Build Status](https://travis-ci.org/blender/Rome.svg?branch=master)](https://travis-ci.org/blender/Rome) [![rome-latest](https://img.shields.io/badge/release-v0.21.0.58-blue.svg)](https://github.com/blender/Rome/releases/tag/v0.21.0.58) ![cocoapods](https://img.shields.io/cocoapods/v/Rome.svg) ![total-downloads](https://img.shields.io/github/downloads/blender/Rome/total.svg) [![fastlane-plugin -badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://github.com/OpenShelter/fastlane-plugin-rome) [![twitter-follow](https://img.shields.io/twitter/follow/tmpz.svg?style=social&label=Follow)](https://twitter.com/tmpz)
44

55
Rome is a tool that allows developers on Apple platforms to use:
66

@@ -222,6 +222,9 @@ these will be the credentials that Rome will use to access S3 on your behalf.
222222
To use configurations other than the `default` profile set the `$AWS_PROFILE`
223223
environment variable to your desired profile.
224224

225+
Since version `0.21.0.58` Rome also supports privilege escalation via [Amazon STS](https://docs.aws.amazon.com/STS/latest/APIReference/Welcome.html)
226+
by specifying `role_arn` and `source_profile` in `~/.aws/credentials`
227+
225228
### Selecting the AWS Region
226229

227230
In your home folder create a `.aws/config` like the following

Rome.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Rome
2-
version: 0.21.0.57
2+
version: 0.21.0.58
33
synopsis: A cache for Carthage
44
description: Please see README.md
55
homepage: https://github.com/blender/Rome

Rome.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Rome'
3-
s.version = '0.21.0.57'
3+
s.version = '0.21.0.58'
44
s.summary = 'A cache tool for Carthage'
55
s.homepage = 'https://github.com/blender/Rome'
66
s.source = { :http => "#{s.homepage}/releases/download/v#{s.version}/rome.zip" }

app/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import System.Exit
1010

1111

1212
romeVersion :: RomeVersion
13-
romeVersion = (0, 21, 0, 57)
13+
romeVersion = (0, 21, 0, 58)
1414

1515

1616

0 commit comments

Comments
 (0)