Skip to content

Commit f65d966

Browse files
authored
Bump to version 3.0.2. (#185)
1 parent d3cd787 commit f65d966

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

RELEASE.CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -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+
15
### January 27, 2024
2-
`3.0.0`
6+
`3.0.1`
37
- Don't enforce text format on uncaught exception warning message ([#182](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/182))
48

59
### November 19, 2024

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__ = "3.0.1"
5+
__version__ = "3.0.2"

0 commit comments

Comments
 (0)