Skip to content

Commit a4a32f6

Browse files
Bump version to 2.0.3
1 parent 848186f commit a4a32f6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: RELEASE.CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### May 4, 2022
2+
`2.0.3`:
3+
- Add changelog ([#75](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/75))
4+
- Fix curl download url ([#74](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/74))
5+
- Update curl to 7.83.0 ([#72](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/72))
6+
17
### Apr 7, 2022
28
`2.0.2`:
39
- Add leading zeros to the milliseconds part of a log timestamp ([#13](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/13))

Diff for: awslambdaric/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
"""
44

5-
__version__ = "2.0.2"
5+
__version__ = "2.0.3"

0 commit comments

Comments
 (0)