Skip to content

Commit f3762ce

Browse files
committed
smithy-aws-core v0.1.1
1 parent 06b21df commit f3762ce

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"changes": [
3+
{
4+
"type": "dependency",
5+
"description": "**Updated**: `smithy-http` from `~=0.1.0` to `~=0.2.0`."
6+
}
7+
]
8+
}

packages/smithy-aws-core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v0.1.1
4+
5+
### Dependencies
6+
* **Updated**: `smithy-http` from `~=0.1.0` to `~=0.2.0`.
7+
38
## v0.1.0
49

510
### Breaking Changes

packages/smithy-aws-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
dependencies = [
2929
"smithy-core~=0.1.0",
30-
"smithy-http~=0.1.0",
30+
"smithy-http~=0.2.0",
3131
"aws-sdk-signers~=0.1.0"
3232
]
3333

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
__version__ = "0.1.0"
4+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)