File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
lambda-uploader CHANGELOG
2
2
=========================
3
3
4
- Unreleased
5
- ----------
4
+ 0.4.0
5
+ -----
6
6
- Added support for ignoring files
7
7
- Added the ability to use an existing virtual environment
8
8
- Fixed the temporary workspace name to prevent confusion
9
9
- Updated the virtualenv site-packages copy to include lib64 if it
10
10
is not a symlink
11
+ - Add --no-virtualenv flag and set the default behavior to no longer create
12
+ a virtual environment unless package requirements are found
11
13
12
14
0.3.0
13
15
-----
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__ = '0.3 .0'
16
+ __version__ = '0.4 .0'
17
17
__license__ = 'Apache 2.0'
18
18
__copyright__ = 'Copyright Rackspace US, Inc. 2015'
19
19
__url__ = 'https://github.com/rackerlabs/lambda-uploader'
You can’t perform that action at this time.
0 commit comments