Commit e1a0c941 authored by Russell Cohen's avatar Russell Cohen
Browse files

Merge branch 'smithy-rs-release-0.57.x' of github.com:awslabs/smithy-rs into 0.57.1-to-main

parents 426e77f0 a23cf980
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
<!-- Do not manually edit this file. Use the `changelogger` tool. -->
November 1st, 2023
==================
**New this release:**
- (client, [smithy-rs#3112](https://github.com/awslabs/smithy-rs/issues/3112), [smithy-rs#3116](https://github.com/awslabs/smithy-rs/issues/3116)) Upgrade `ring` to 0.17.5.


October 31st, 2023
==================
**Breaking Changes:**
+0 −6
Original line number Diff line number Diff line
@@ -11,12 +11,6 @@
# meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client | server | all"}
# author = "rcoh"

[[smithy-rs]]
message = "Upgrade `ring` to 0.17.5."
references = ["smithy-rs#3112", "smithy-rs#3116"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client" }
author = "jdisanti"

[[aws-sdk-rust]]
message = "Fix aws-sdk-rust#930 (PutSnapshotBlock)"
references = ["smithy-rs#3126", "aws-sdk-rust#930"]
+55 −224

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ rust.msrv=1.70.0
org.gradle.jvmargs=-Xmx1024M

# Version number to use for the generated runtime crates
smithy.rs.runtime.crate.version=0.57.0
smithy.rs.runtime.crate.version=0.57.1

kotlin.code.style=official