Skip to content

Commit

Permalink
Fix up release-2023-05-01 (#799)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
ysaito1001 and ysaito1001 committed May 1, 2023
1 parent 726ec86 commit 2ebc092
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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|
</details>


Expand Down
6 changes: 0 additions & 6 deletions versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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'

0 comments on commit 2ebc092

Please sign in to comment.