Skip to content

Commit 0bd2a49

Browse files
committed
chore(release): 4.0.1
Bump version to 4.0.1 and update changelog for the Alpine Linux 3.17+ (musl) build fix (#204).
1 parent ce38ada commit 0bd2a49

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

RELEASE.CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### June 25, 2026
2+
`4.0.1`
3+
- Support building on Alpine Linux 3.17+ (musl) without `libexecinfo-dev` ([#204](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/204))
4+
- Lazy load `multi_concurrent_utils` ([#211](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/211))
5+
16
### Feb 20, 2026
27
`4.0.0`
38
- Add Lambda Managed Instances (LMI) / Multi-Concurrent Support ([#200](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/200))

awslambdaric/__init__.py

Lines changed: 1 addition & 1 deletion
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__ = "4.0.0"
5+
__version__ = "4.0.1"

0 commit comments

Comments
 (0)