Skip to content

Commit 57e70f5

Browse files
authored
Bump to version 2.0.12. (#155)
1 parent 1d061f4 commit 57e70f5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### June 19, 2024
2+
3+
`2.0.12`:
4+
5+
- Relax simplejson dependency and keep it backwards compatible ([#153](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/152))
6+
17
### March 27, 2024
28

39
`2.0.11`:

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__ = "2.0.11"
5+
__version__ = "2.0.12"

0 commit comments

Comments
 (0)