Skip to content

Commit 0126c02

Browse files
committed
Release: smithy_json-0.2.1
1 parent 011d0b4 commit 0126c02

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-json/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

packages/smithy-json/src/smithy_json/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from ._private.serializers import JSONShapeSerializer as _JSONShapeSerializer
1414
from .settings import JSONSettings
1515

16-
__version__ = "0.2.0"
16+
__version__ = "0.2.1"
1717
__all__ = ("JSONCodec", "JSONDocument", "JSONSettings")
1818

1919

0 commit comments

Comments
 (0)