Skip to content

Commit c4cb6f4

Browse files
author
Mohammed Ehab
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 d3e9632 commit c4cb6f4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

RELEASE.CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
### Feb 20, 2026
26
`4.0.0`
37
- 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)