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 2e3d4b4 commit e035c79Copy full SHA for e035c79
RELEASE.CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### May 21, 2025
2
+`3.0.3`
3
+- Add support for multi tenancy ([#187](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/187))
4
+
5
### February 27, 2024
6
`3.0.2`
7
- Update `simplejson` to `3.20.1`([#184](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/184))
awslambdaric/__init__.py
@@ -2,4 +2,4 @@
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
"""
-__version__ = "3.0.2"
+__version__ = "3.0.3"
0 commit comments