Skip to content

Commit 46fc25f

Browse files
committed
Release: smithy_aws_core-0.3.0
1 parent 4bf9860 commit 46fc25f

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": "Bump `smithy-core` from `~=0.2.0` to `~=0.3.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.3.0
4+
5+
### Dependencies
6+
* Bump `smithy-core` from `~=0.2.0` to `~=0.3.0`.
7+
38
## v0.2.0
49

510
### Dependencies

packages/smithy-aws-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Software Development :: Libraries"
2727
]
2828
dependencies = [
29-
"smithy-core~=0.2.0",
29+
"smithy-core~=0.3.0",
3030
"smithy-http~=0.3.0",
3131
"aws-sdk-signers~=0.1.0"
3232
]
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.2.0"
4+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)