Skip to content

Commit 06b21df

Browse files
committed
smithy-http v0.2.0
1 parent c0176d2 commit 06b21df

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
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": "breaking",
5+
"description": "Update `AWSCRTHTTPClient` to integrate with the new AWS CRT async interfaces. ([#573](https://github.com/smithy-lang/smithy-python/pull/573))"
6+
}
7+
]
8+
}

packages/smithy-http/.changes/next-release/smithy-http-breaking-20251017150112.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/smithy-http/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.0
4+
5+
### Breaking Changes
6+
* Update `AWSCRTHTTPClient` to integrate with the new AWS CRT async interfaces. ([#573](https://github.com/smithy-lang/smithy-python/pull/573))
7+
38
## v0.1.0
49

510
### Breaking Changes

packages/smithy-http/src/smithy_http/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from . import interfaces
77
from .interfaces import FieldPosition
88

9-
__version__ = "0.1.0"
9+
__version__ = "0.2.0"
1010

1111

1212
class Field(interfaces.Field):

0 commit comments

Comments
 (0)