Skip to content

Commit 2ebc092

Browse files
authored
Fix up release-2023-05-01 (#799)
## Motivation and Context This PR fixes up the release just made by - removing `aws-wasm` from `versions.toml` - removing a duplicate changelog entry from `CHANGELOG.md` (already exists in `release-2023-04-12`) By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: Yuki Saito <awsaito@amazon.com>
1 parent 726ec86 commit 2ebc092

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

β€ŽCHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ May 1st, 2023
66

77
**New this release:**
88
- πŸŽ‰ ([smithy-rs#2254](https://github.com/awslabs/smithy-rs/issues/2254), @eduardomourar) The AWS SDK now compiles for the `wasm32-unknown-unknown` and `wasm32-wasi` targets when no default features are enabled. WebAssembly is not officially supported yet, but this is a great first step towards it!
9-
- πŸ›πŸŽ‰ ([smithy-rs#2562](https://github.com/awslabs/smithy-rs/issues/2562)) Update the `std::fmt::Debug` implementation for `aws-sigv4::SigningParams` so that it will no longer print sensitive information.
109
- ([aws-sdk-rust#784](https://github.com/awslabs/aws-sdk-rust/issues/784), @abusch) Implement std::error::Error#source() properly for the service meta Error enum.
1110
- πŸ› ([smithy-rs#2496](https://github.com/awslabs/smithy-rs/issues/2496)) The outputs for event stream operations (for example, S3's SelectObjectContent) now implement the `Sync` auto-trait.
1211
- πŸ› ([aws-sdk-rust#764](https://github.com/awslabs/aws-sdk-rust/issues/764)) S3's `GetObject` will no longer panic when checksum validation is enabled and the target object was uploaded as a multi-part upload.
@@ -400,7 +399,6 @@ Thank you for your contributions! ❀
400399
|aws-smithy-types-convert|0.55.2|
401400
|aws-smithy-xml|0.55.2|
402401
|aws-types|0.55.2|
403-
|aws-wasm|0.1.0|
404402
</details>
405403

406404

β€Žversions.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,11 +2168,6 @@ category = 'AwsRuntime'
21682168
version = '0.55.2'
21692169
source_hash = '4d038ddfbef121dbea2e4ae535a1165a93c79de9ff0f7615831a31ba40482941'
21702170

2171-
[crates.aws-wasm]
2172-
category = 'AwsRuntime'
2173-
version = '0.1.0'
2174-
source_hash = '6a9c68b4832db7333d004dd0977621747b66f439892891b1559de58be62c4577'
2175-
21762171
[release]
21772172
tag = 'release-2023-05-01'
21782173

@@ -2542,4 +2537,3 @@ aws-smithy-types = '0.55.2'
25422537
aws-smithy-types-convert = '0.55.2'
25432538
aws-smithy-xml = '0.55.2'
25442539
aws-types = '0.55.2'
2545-
aws-wasm = '0.1.0'

0 commit comments

Comments
Β (0)