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