Skip to content

Commit 01c7369

Browse files
committed
Bump version to 2.1.1
1 parent be36470 commit 01c7369

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### July 31, 2024
22

3+
`2.1.1`:
4+
5+
- Propogate error type in header when reporting init error to RAPID ([#166](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/166))
6+
7+
### July 31, 2024
8+
39
`2.1.0`:
410

511
- Raise all init errors in init instead of suppressing them until the first invoke ([#163](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/163))

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.1.0"
5+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)