From 2ebc092a0372b5f1508b26845c0cf88f537d29b7 Mon Sep 17 00:00:00 2001 From: ysaito1001 Date: Mon, 1 May 2023 17:20:05 -0500 Subject: [PATCH] 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 --- CHANGELOG.md | 2 -- versions.toml | 6 ------ 2 files changed, 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87fb164bfdaa..b345ea27180b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,6 @@ May 1st, 2023 **New this release:** - 🎉 ([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! -- 🐛🎉 ([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. - ([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. - 🐛 ([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. - 🐛 ([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! ❤ |aws-smithy-types-convert|0.55.2| |aws-smithy-xml|0.55.2| |aws-types|0.55.2| -|aws-wasm|0.1.0| diff --git a/versions.toml b/versions.toml index 5cf66d8b4417..76c9ce903aeb 100644 --- a/versions.toml +++ b/versions.toml @@ -2168,11 +2168,6 @@ category = 'AwsRuntime' version = '0.55.2' source_hash = '4d038ddfbef121dbea2e4ae535a1165a93c79de9ff0f7615831a31ba40482941' -[crates.aws-wasm] -category = 'AwsRuntime' -version = '0.1.0' -source_hash = '6a9c68b4832db7333d004dd0977621747b66f439892891b1559de58be62c4577' - [release] tag = 'release-2023-05-01' @@ -2542,4 +2537,3 @@ aws-smithy-types = '0.55.2' aws-smithy-types-convert = '0.55.2' aws-smithy-xml = '0.55.2' aws-types = '0.55.2' -aws-wasm = '0.1.0'