We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848186f commit a4a32f6Copy full SHA for a4a32f6
RELEASE.CHANGELOG.md
@@ -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
+
7
### Apr 7, 2022
8
`2.0.2`:
9
- Add leading zeros to the milliseconds part of a log timestamp ([#13](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/13))
awslambdaric/__init__.py
@@ -2,4 +2,4 @@
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
"""
-__version__ = "2.0.2"
+__version__ = "2.0.3"
0 commit comments