File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
lambda-uploader CHANGELOG
2
2
=========================
3
3
4
- 1.0.0(Unreleased)
5
- -----------------
4
+ 1.0.1
5
+ -----
6
+ - Fixed exceptions caused by not handling find_executable() returning
7
+ None
8
+ - No longer raising exception in shell if Python version is Python 3
9
+ - Fixed issue with default requirements file not being used if it
10
+ exists in the project directory
11
+ - Ignore list now applies to extra files as well
12
+
13
+ 1.0.0
14
+ -----
6
15
- Warn if the lambda package is over the current AWS max size of 50MB
7
16
- Add --extra-file flag for adding arbitrary file(s) outside of the
8
17
project directory.
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
__title__ = 'lambda_uploader'
16
- __version__ = '1.0.0 '
16
+ __version__ = '1.0.1 '
17
17
__license__ = 'Apache 2.0'
18
18
__copyright__ = 'Copyright Rackspace US, Inc. 2015-2016'
19
19
__url__ = 'https://github.com/rackerlabs/lambda-uploader'
You can’t perform that action at this time.
0 commit comments