We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13d55c commit 8930afaCopy full SHA for 8930afa
RELEASE.CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### February 13, 2024
2
+
3
+`2.0.10`:
4
5
+- Update format of unhandled exception warning message. ([#132](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/132))
6
7
### February 01, 2024
8
9
`2.0.9`:
awslambdaric/__init__.py
@@ -2,4 +2,4 @@
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
"""
-__version__ = "2.0.9"
+__version__ = "2.0.10"
0 commit comments