Skip to content

Commit 1960e7e

Browse files
authored
Bump version to 3.0.0 (#178)
1 parent 349d36a commit 1960e7e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

RELEASE.CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### November 18, 2024
2+
`3.0.0`
3+
- Add support for snapstart runtime hooks ([#176](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/176))
4+
15
### August 23, 2024
26
`2.2.1`:
37
- Patch libcurl configure.ac to work with later versions of autoconf ([#166](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/168))

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.2.1"
5+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)