We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdc45c commit 092e1bcCopy full SHA for 092e1bc
CHANGELOG.md
@@ -1,6 +1,12 @@
1
lambda-uploader CHANGELOG
2
=========================
3
4
+0.3.0
5
+-----
6
+- Added flag to allow specifying the lambda.json path
7
+- Added a role flag and environment variable to use in lieu of setting
8
+ it in the config
9
+
10
0.2.2
11
-----
12
- Fixed issue with multiple requirements set in the config causing
lambda_uploader/__init__.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
__title__ = 'lambda_uploader'
16
-__version__ = '0.2.2'
+__version__ = '0.3.0'
17
__license__ = 'Apache 2.0'
18
__copyright__ = 'Copyright Rackspace US, Inc. 2015'
19
__url__ = 'https://github.com/rackerlabs/lambda-uploader'
0 commit comments