We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ccebc0 commit 0df7d12Copy full SHA for 0df7d12
RELEASE.CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### January 27, 2024
2
+`3.0.0`
3
+- Don't enforce text format on uncaught exception warning message ([#182](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/182))
4
+
5
### November 19, 2024
6
`3.0.0`
7
- Drop support for deprecated python versions ([#179](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/179))
awslambdaric/__init__.py
@@ -2,4 +2,4 @@
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
"""
-__version__ = "3.0.0"
+__version__ = "3.0.1"
0 commit comments