Skip to content

Commit

Permalink
Merge pull request #164 from trivenay/main
Browse files Browse the repository at this point in the history
Bump version to 2.1.0
  • Loading branch information
trivenay authored Jul 31, 2024
2 parents 904ef66 + 4f98a67 commit d9bb2e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### July 31, 2024

`2.1.0`:

- Raise all init errors in init instead of suppressing them until the first invoke ([#163](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/163))

### June 19, 2024

`2.0.12`:
Expand Down
2 changes: 1 addition & 1 deletion awslambdaric/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
"""

__version__ = "2.0.12"
__version__ = "2.1.0"

0 comments on commit d9bb2e4

Please sign in to comment.