Skip to content

Commit 4f98a67

Browse files
committed
Bump version to 2.1.0
1 parent bd40404 commit 4f98a67

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,3 +1,9 @@
1+
### July 31, 2024
2+
3+
`2.1.0`:
4+
5+
- 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))
6+
17
### June 19, 2024
28

39
`2.0.12`:

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.12"
5+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)