Skip to content

Commit 011d0b4

Browse files
committed
Release: smithy_aws_event_stream-0.2.1
1 parent b0b0a86 commit 011d0b4

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
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": "Removed strict pinning on `smithy-core` in favor of client managed versions."
6+
}
7+
]
8+
}

packages/smithy-aws-event-stream/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.2.1
4+
5+
### Dependencies
6+
* Removed strict pinning on `smithy-core` in favor of client managed versions.
7+
38
## v0.2.0
49

510
### Dependencies
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.2.1"

0 commit comments

Comments
 (0)